comparison TaskManager/Makefile.def @ 611:2cfbb36e221a

cell fix memaddr
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 10 Nov 2009 20:24:07 +0900
parents 32a7260fad2f
children 60aa3f241b10
comparison
equal deleted inserted replaced
610:529188ae604d 611:2cfbb36e221a
28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) 28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o)
29 29
30 ABI = -m32 30 ABI = -m32
31 31
32 CC = g++ 32 CC = g++
33 CFLAGS = -Wall `sdl-config --cflags` -g $(ABI) # -O9 33 CFLAGS = -Wall `sdl-config --cflags` -g $(ABI) -O9
34 LIBS = 34 LIBS =
35 35
36 INCLUDE = -I../include/TaskManager 36 INCLUDE = -I../include/TaskManager