Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 1007:00c01f416e3a draft
add mail_queue
author | yutaka@localhost.localdomain |
---|---|
date | Thu, 28 Oct 2010 08:39:19 +0900 |
parents | ceca625af064 |
children | ac1230957339 |
comparison
equal
deleted
inserted
replaced
1006:66f1d3d328a7 | 1007:00c01f416e3a |
---|---|
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 | 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) |