Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 1015:29355ae40e6c draft
debug mail timing.
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 05 Nov 2010 22:25:33 +0900 |
parents | ac1230957339 |
children | 9ce0480cde63 |
comparison
equal
deleted
inserted
replaced
1010:ac1230957339 | 1015:29355ae40e6c |
---|---|
27 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) | 27 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) |
28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) | 28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) |
29 | 29 |
30 ABIBIT = 32 | 30 ABIBIT = 32 |
31 | 31 |
32 OPT = -g -O9 #-DMAIL_QUEUE | 32 OPT = -g -O9 -DMAIL_QUEUE |
33 # -DEARLY_TOUCH | 33 # -DEARLY_TOUCH |
34 # -g -DTASK_LIST_MAIL -O9 | 34 # -g -DTASK_LIST_MAIL -O9 |
35 | 35 |
36 CC = g++ | 36 CC = g++ |
37 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) | 37 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) |