3DWorld (179/293)

From:Antonio Palladini
Date:23 Apr 2000 at 23:56:19
Subject:Re: MiniGL and gcc

Hi Hans-J=F6rg,
>=20
> > How does your makefile look?=20
>=20
> This is my Makefile :
>=20
> test.o : stardrive.cpp
> gcc -c stardrive.cpp
>=20

I have to Quote myself:

The Lable test.o is wrong.
It must be :

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

But this is not the problem, i only have forgot to change the lable.

regards
Antonio