Mercurial > hg > Game > Cerium
diff TaskManager/Test/simple_render/Makefile @ 38:babf9a330418
*** empty log message ***
author | gongo |
---|---|
date | Wed, 13 Feb 2008 10:29:00 +0900 |
parents | 1e17e0b441a7 |
children | b6858e9fe2b4 |
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/Makefile Tue Feb 12 19:43:34 2008 +0900 +++ b/TaskManager/Test/simple_render/Makefile Wed Feb 13 10:29:00 2008 +0900 @@ -1,5 +1,5 @@ CC = g++ -CFLAGS = -g -Wall `sdl-config --cflags` `xml2-config --cflags`\ +CFLAGS = -O9 -g -Wall `sdl-config --cflags` `xml2-config --cflags`\ -I../../../include/TaskManager -I. LIBS = `sdl-config --libs` -lSDL_image -Wl,-framework,OpenGL `xml2-config --libs`\ -L../../ -lmanager