diff TaskManager/Test/simple_render/Makefile @ 99:57bac9e07662

rotate cube only polygon
author gongo
date Fri, 29 Feb 2008 05:20:23 +0900
parents 588ab5f0e659
children c31499d11926
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/Makefile	Thu Feb 28 21:45:13 2008 +0900
+++ b/TaskManager/Test/simple_render/Makefile	Fri Feb 29 05:20:23 2008 +0900
@@ -11,12 +11,12 @@
 CFLAGS  = -g -O9 -Wall -DDEBUG
 INCLUDE = -I../../../include/TaskManager -I.
 
-EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags`\
+EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags` -I/usr/local/include/SDL
 
 EXTRA_LIBS = -lCellManager -lspe2 -lpthread
 #EXTRA_LIBS = -lFifoManager
 
-LIBS = `sdl-config --libs` -lSDL_image -lGL \
+LIBS = `sdl-config --libs` /usr/local/lib/libSDL_image.a -lGL \
        `xml2-config --libs` -L../.. $(EXTRA_LIBS)
 #LIBS = `sdl-config --libs` -lSDL_image -Wl,-framework,OpenGL \
 #      `xml2-config --libs` -L../.. $(EXTRA_LIBS)