Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 1214:44d9b08519e0 draft
sched task fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 22 Jul 2011 15:32:41 +0900 |
parents | 6147dd81b4c7 |
children | 52667b4c31e0 |
comparison
equal
deleted
inserted
replaced
1213:a49c02dffe6f | 1214:44d9b08519e0 |
---|---|
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 = 64 | 30 ABIBIT = 64 |
31 | 31 |
32 #OPT = -g -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE | 32 OPT = -g -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE |
33 OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE | 33 # OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE |
34 | 34 |
35 | 35 |
36 | 36 |
37 CC = g++ | 37 CC = g++ |
38 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) | 38 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) |