3DWorld (178/293)

From:Antonio Palladini
Date:23 Apr 2000 at 23:42:08
Subject:Re: MiniGL and gcc

Hi Hans-J=F6rg,

> How does your makefile look?=20

This is my Makefile :

TARGET =3D test

LOPTS =3D -m68030 -m68881 -noixemul -lamiga -lmgl -lstdc++

OBJS =3D test.o

test : $(OBJS)
gcc $(LOPTS) $(OBJS) -o $(TARGET)

test.o : stardrive.cpp
gcc -c stardrive.cpp

I know, MiniGL and Warp3D require a 040, but my A4k is broken down
and have wait to fix it. But I think compiling with 030 is possible.

regards=20
Antonio=20