Mercurial > hg > Game > Cerium
changeset 951:886c1df282ed draft
remove early touch
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 02 Aug 2010 15:14:27 +0900 |
parents | 291190f72744 |
children | c270c89ce507 |
files | TaskManager/Makefile.def |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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)