|
From: Seb <whi...@us...> - 2004-10-01 20:25:21
|
Update of /cvsroot/epfl/tgengine-0.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23909 Modified Files: Makefile Log Message: Change Makefile mac en Makefile osx ;-) Index: Makefile =================================================================== RCS file: /cvsroot/epfl/tgengine-0.1/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 27 Sep 2004 21:34:05 -0000 1.6 --- Makefile 1 Oct 2004 20:24:04 -0000 1.7 *************** *** 17,24 **** make -f Makefile.Linux "CFLAGS = -ggdb -DDEBUG -DTGLINUX" ! mac: make -f Makefile.OSX ! macDebug: make -f Makefile.OSX "CFLAGS = -ggdb -DDEBUG -DTGOSX" --- 17,24 ---- make -f Makefile.Linux "CFLAGS = -ggdb -DDEBUG -DTGLINUX" ! osx: make -f Makefile.OSX ! osxDebug: make -f Makefile.OSX "CFLAGS = -ggdb -DDEBUG -DTGOSX" |