Mercurial > hg > Members > kono > Cerium
diff TaskManager/Test/simple_render/Makefile @ 102:62679f4cae18
tag:first_render_with_spe fix
author | gongo |
---|---|
date | Mon, 03 Mar 2008 17:15:28 +0900 |
parents | c31499d11926 |
children | 3e331f7576a1 |
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/Makefile Mon Mar 03 14:06:33 2008 +0900 +++ b/TaskManager/Test/simple_render/Makefile Mon Mar 03 17:15:28 2008 +0900 @@ -13,10 +13,10 @@ EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags` -I/usr/local/include/SDL -#EXTRA_LIBS = -lCellManager -lspe2 -lpthread -EXTRA_LIBS = -lFifoManager +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)