Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 641:0605f27ba7d9 draft
Regression on Mac OS X
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 21 Nov 2009 10:06:34 +0900 |
parents | 62e570ac5db2 |
children | 40bbccca363d |
comparison
equal
deleted
inserted
replaced
640:ecf056ddd21a | 641:0605f27ba7d9 |
---|---|
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 # SIMPLE_TASK=-DSIMPLE_TASK | |
33 SIMPLE_TASK= | |
34 | |
32 CC = g++ | 35 CC = g++ |
33 CFLAGS = -DSIMPLE_TASK -Wall `sdl-config --cflags` -g -m$(ABIBIT) # -O9 | 36 CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -g -m$(ABIBIT) # -O9 |
34 LIBS = -m$(ABIBIT) | 37 LIBS = -m$(ABIBIT) |
35 | 38 |
36 INCLUDE = -I../include/TaskManager | 39 INCLUDE = -I../include/TaskManager |