Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 193:1ff24ca2f016 draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 13 Jan 2009 19:06:13 +0900 |
parents | 6694da357750 |
children | b56fb6ac2fc4 |
comparison
equal
deleted
inserted
replaced
192:6694da357750 | 193:1ff24ca2f016 |
---|---|
23 IMPL_CELL_DIR = Cell | 23 IMPL_CELL_DIR = Cell |
24 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) | 24 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) |
25 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) | 25 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) |
26 | 26 |
27 CC = g++ | 27 CC = g++ |
28 CFLAGS = -O9 -Wall `sdl-config --cflags` -g | 28 CFLAGS = -O0 -Wall `sdl-config --cflags` -g |
29 LIBS = | 29 LIBS = |
30 | 30 |
31 INCLUDE = -I../include/TaskManager | 31 INCLUDE = -I../include/TaskManager |