Mercurial > hg > Game > Cerium
view example/basic/Makefile.def @ 706:b2b4a1243961 draft simple-task-regression
no compile error on Cell. Regression Test.
Cell failed some how.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2009 20:21:59 +0900 |
parents | 0c8ad8d99656 |
children | 97adb3fe85c6 |
line wrap: on
line source
TARGET = twice # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ OPT = -g CFLAGS = $(OPT) -Wall # -DSIMPLE_TASK ABIBIT = 32 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager