Mercurial > hg > Game > Cerium
view example/Bulk/Makefile.def @ 688:77c89477daa8 draft
on going...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 06 Dec 2009 18:53:46 +0900 |
parents | c7199f162b64 |
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 = -Wall $(OPT) -DSIMPLE_TASK ABIBIT = 32 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager