Mercurial > hg > Game > Cerium
diff example/Simple/Makefile.def @ 641:0605f27ba7d9 draft
Regression on Mac OS X
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 21 Nov 2009 10:06:34 +0900 |
parents | 62e570ac5db2 |
children | 2a611e8d8788 |
line wrap: on
line diff
--- a/example/Simple/Makefile.def Fri Nov 20 23:12:34 2009 +0900 +++ b/example/Simple/Makefile.def Sat Nov 21 10:06:34 2009 +0900 @@ -5,8 +5,11 @@ # ex linux/ps3 CERIUM = ../../../Cerium +# SIMPLE_TASK=-DSIMPLE_TASK +SIMPLE_TASK= + CC = g++ -CFLAGS = -g -Wall -O9 -DSIMPLE_TASK +CFLAGS = -g -Wall -O9 $(SIMPLE_TASK) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager