comparison TaskManager/Makefile.def @ 908:a4ed11e66fbf draft

fix
author Yutaka_Kinjyo
date Tue, 20 Jul 2010 04:05:07 +0900
parents b662e9dd26b0
children aa9a731089c3
comparison
equal deleted inserted replaced
907:03e60cf2e4c2 908:a4ed11e66fbf
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 = -O9 32 #OPT = -O9
33 OPT = -g -O9 -DTASK_LIST_MAIL 33 OPT = -g -DTASK_LIST_MAIL #-O9
34 34
35 CC = g++ 35 CC = g++
36 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) 36 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)
37 LIBS = -m$(ABIBIT) 37 LIBS = -m$(ABIBIT)
38 38