diff TaskManager/Makefile.def @ 641:0692b08f1cd6

Regression on Mac OS X
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Nov 2009 10:06:34 +0900
parents 0558abba673c
children f1e10ba45d28
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Fri Nov 20 23:12:34 2009 +0900
+++ b/TaskManager/Makefile.def	Sat Nov 21 10:06:34 2009 +0900
@@ -29,8 +29,11 @@
 
 ABIBIT = 32
 
+# SIMPLE_TASK=-DSIMPLE_TASK
+SIMPLE_TASK=
+
 CC     = g++   
-CFLAGS = -DSIMPLE_TASK -Wall `sdl-config --cflags` -g -m$(ABIBIT)  # -O9 
+CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -g -m$(ABIBIT)  # -O9 
 LIBS   =  -m$(ABIBIT)
 
 INCLUDE = -I../include/TaskManager