Mercurial > hg > Game > Cerium
diff TaskManager/Makefile.def @ 989:1ff34456944d draft akira
ppack initialization fix
author | root@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 01 Oct 2010 04:40:14 +0900 (2010-09-30) |
parents | da1cec21f0c9 |
children | ceca625af064 |
line wrap: on
line diff
--- a/TaskManager/Makefile.def Sat Oct 02 03:48:39 2010 +0900 +++ b/TaskManager/Makefile.def Fri Oct 01 04:40:14 2010 +0900 @@ -29,8 +29,9 @@ ABIBIT = 32 -OPT = -g -O -DEARLY_TOUCH -# OPT = -g -DTASK_LIST_MAIL -O9 +OPT = -g -O9 +# -DEARLY_TOUCH +# -g -DTASK_LIST_MAIL -O9 CC = g++ CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)