Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 1299:f0e805c09ed6 draft
minor fix xml_walk and pickup_float, not work yet.
author | Yutaka_Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 04 Dec 2011 18:50:53 +0900 |
parents | c1c8dbed726d |
children | 75d5eededecb 80e96b616196 |
comparison
equal
deleted
inserted
replaced
1298:bb8b7f179f31 | 1299:f0e805c09ed6 |
---|---|
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 -O0 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE | 32 OPT = -g -O0 -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) |