diff TaskManager/Test/simple_render/Makefile @ 61:6bc72fde6615

*** empty log message ***
author gongo
date Sat, 16 Feb 2008 20:19:31 +0900
parents c964110017c8
children 54355e641172
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/Makefile	Sat Feb 16 20:05:35 2008 +0900
+++ b/TaskManager/Test/simple_render/Makefile	Sat Feb 16 20:19:31 2008 +0900
@@ -13,9 +13,9 @@
 
 EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags`\
 
-LIBS = `sdl-config --libs` -lSDL_image -Wl,-framework,OpenGL \
+LIBS = `sdl-config --libs` -lSDL_image -lGL \
        `xml2-config --libs`\
-       -L../../ -lmanager
+       -L../../ -lmanager -lspe2 -lpthread
 
 .SUFFIXES: .cpp .o