|
From: Seb <whi...@us...> - 2004-09-27 22:11:19
|
Update of /cvsroot/epfl/tgengine-0.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21962 Modified Files: Makefile.OSX texture.cc Log Message: Compilation OS X Index: Makefile.OSX =================================================================== RCS file: /cvsroot/epfl/tgengine-0.1/Makefile.OSX,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.OSX 27 Sep 2004 21:34:05 -0000 1.3 --- Makefile.OSX 27 Sep 2004 22:10:57 -0000 1.4 *************** *** 13,17 **** all : $(OBJS) ! g++ -dynamiclib `sdl-config --libs` -o out/libtgengine.dylib $(OBJS) clean : --- 13,17 ---- all : $(OBJS) ! g++ -dynamiclib `sdl-config --libs` -lSDL_image -o out/libtgengine.dylib $(OBJS) clean : Index: texture.cc =================================================================== RCS file: /cvsroot/epfl/tgengine-0.1/texture.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** texture.cc 27 Sep 2004 21:34:05 -0000 1.3 --- texture.cc 27 Sep 2004 22:10:57 -0000 1.4 *************** *** 10,14 **** #endif #include "engine.h" ! #include "SDL/SDL_image.h" namespace tg --- 10,14 ---- #endif #include "engine.h" ! #include "SDL_image.h" namespace tg |