Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 186:06cdf8baa989 draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 06 Jan 2009 16:18:37 +0900 |
parents | a19d3ed4ce5b |
children | fe854a6ee9e2 |
comparison
equal
deleted
inserted
replaced
185:063e546eca1f | 186:06cdf8baa989 |
---|---|
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 = -O0 -Wall `sdl-config --cflags` -g | 28 CFLAGS = -O9 -Wall `sdl-config --cflags` -g |
29 LIBS = | 29 LIBS = |
30 | 30 |
31 INCLUDE = -I../include/TaskManager | 31 INCLUDE = -I../include/TaskManager |