Mercurial > hg > Game > Cerium
diff example/word_count/spe/Makefile @ 946:852ed17d8af1 draft
unify word count examples....
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 01 Aug 2010 21:05:35 +0900 |
parents | 77d9e3bc25b2 |
children |
line wrap: on
line diff
--- a/example/word_count/spe/Makefile Sun Aug 01 19:29:27 2010 +0900 +++ b/example/word_count/spe/Makefile Sun Aug 01 21:05:35 2010 +0900 @@ -7,7 +7,7 @@ OBJS = $(SRCS:.cc=.o) CC = spu-g++ -CFLAGS = -g -Wall -fno-exceptions -fno-rtti $(OPT) #-DDEBUG +CFLAGS = -Wall -fno-exceptions -fno-rtti $(OPT) INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I.. LIBS = -L../${CERIUM}/TaskManager -lspemanager