# HG changeset patch # User Shinji KONO # Date 1280729667 -32400 # Node ID 886c1df282edda38010150699da14cb9924eb4ec # Parent 291190f72744b5727a0b0cdb2f5466ef29390ee9 remove early touch diff -r 291190f72744 -r 886c1df282ed TaskManager/Makefile.def --- 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)