Mercurial > hg > Game > Cerium
annotate example/Bulk/Makefile.def @ 906:becd6fad3ae0 draft
coord_pack is stuffed with infomation of create polygon at spe.
author | Yutaka_Kinjyo |
---|---|
date | Mon, 19 Jul 2010 23:40:53 +0900 |
parents | 4860272b2f47 |
children | 44d9b08519e0 |
rev | line source |
---|---|
659 | 1 TARGET = twice |
2 | |
3 # include/library path | |
4 # ex macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 | |
7 # ex linux/ps3 | |
8 CERIUM = ../../../Cerium | |
9 | |
10 CC = g++ | |
887
4860272b2f47
remove run variable to avoid SPU compiler bug from SchedTaskArray::exec().
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
869
diff
changeset
|
11 OPT = -g -O9 |
713
97adb3fe85c6
remove SIMPLE_TASK conditional
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
688
diff
changeset
|
12 CFLAGS = -Wall $(OPT) |
659 | 13 |
14 ABIBIT = 32 | |
15 | |
869 | 16 #INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. |
17 #LIBS = -L${CERIUM}/TaskManager | |
18 | |
19 INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager -I$(CERIUM)/Renderer/Engine -I$(CERIUM)/include/Cerium | |
20 LIBS = -L${CERIUM}/TaskManager -L$(CERIUM)/Renderer/Engine | |
21 TOOL = $(CERIUM)/bin |