Mercurial > hg > Game > Cerium
diff TaskManager/Test/simple_pack/Makefile @ 68:35a6cf176c38
*** empty log message ***
author | chiaki |
---|---|
date | Sun, 17 Feb 2008 21:45:07 +0900 |
parents | 0c8ae614d421 |
children |
line wrap: on
line diff
--- a/TaskManager/Test/simple_pack/Makefile Sun Feb 17 19:04:29 2008 +0900 +++ b/TaskManager/Test/simple_pack/Makefile Sun Feb 17 21:45:07 2008 +0900 @@ -8,7 +8,7 @@ TASK_OBJS = $(TASK_SRCS:.cpp=.o) CC = g++ -CFLAGS = -g -Wall +CFLAGS = -g -Wall# -DDEBUG INCLUDE = -I../../../include/TaskManager -I. EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags`\