Mercurial > hg > Game > Cerium
diff Renderer/Engine/spe/Makefile @ 779:4d83a6a958fd draft
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Mar 2010 13:12:31 +0900 |
parents | 32160f3c0367 06302c1dc87d |
children | 63a08f3a468a |
line wrap: on
line diff
--- a/Renderer/Engine/spe/Makefile Fri Mar 05 12:51:36 2010 +0900 +++ b/Renderer/Engine/spe/Makefile Fri Mar 05 13:12:31 2010 +0900 @@ -10,7 +10,8 @@ OBJS = $(SRCS:.cc=.o) CC = spu-g++ -CFLAGS = -Wall -fno-exceptions -fno-rtti $(OPT)#-DDEBUG +CFLAGS = -Wall -fno-exceptions -fno-rtti $(OPT)#-DDEBUG + INCLUDE = -I$(TOP)/include/TaskManager -I. -I.. LIBS = -L$(TOP)/TaskManager -lspemanager