Update of /cvsroot/epfl/tggame
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22536
Modified Files:
Makefile.OSX
Log Message:
Makefile OSX
Index: Makefile.OSX
===================================================================
RCS file: /cvsroot/epfl/tggame/Makefile.OSX,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.OSX 27 Sep 2004 20:35:00 -0000 1.2
--- Makefile.OSX 27 Sep 2004 22:13:27 -0000 1.3
***************
*** 1,7 ****
# TG Makefile
! CFLAGS = -DTGOSX -03
! INCLUDEPATH = -I/sw/include/SDL -I./ -I../tgengine
! LINKPATH = -L../tgengine/out
! LIBS = `sdl-config --libs` -ltgengine -ljpeg -lm
OBJ_EXT = o
OBJSRC = $(wildcard *.cc)
--- 1,7 ----
# TG Makefile
! CFLAGS = -O3 -DTGOSX
! INCLUDEPATH = -I/sw/include/SDL -I./ -I../tgengine-0.1
! LINKPATH = -L../tgengine-0.1/out
! LIBS = `sdl-config --libs` -ltgengine -ljpeg -lm -lSDL_image
OBJ_EXT = o
OBJSRC = $(wildcard *.cc)
***************
*** 16,19 ****
clean:
! rm *.o
! rm *~
--- 16,20 ----
clean:
! rm -f tg
! rm -f *.o
! rm -f *~
|