diff TaskManager/Makefile.def @ 951:97cae7f41e25

remove early touch
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 02 Aug 2010 15:14:27 +0900
parents 86aea6affe6c
children 0b6f8c82625a
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Mon Aug 02 15:12:56 2010 +0900
+++ b/TaskManager/Makefile.def	Mon Aug 02 15:14:27 2010 +0900
@@ -29,8 +29,9 @@
 
 ABIBIT = 32
 
-OPT = -g -O9 -DEARLY_TOUCH
+OPT = -g -O9 
 # OPT =  -g -DTASK_LIST_MAIL -O9
+# -DEARLY_TOUCH
 
 CC     = g++   
 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT)   $(OPT)