Mercurial > hg > Game > Cerium
annotate example/Bulk/Makefile.def @ 839:1001c4bea1a0 draft
if unnecessary
author | Yutaka_Kinjyo |
---|---|
date | Fri, 28 May 2010 03:24:52 +0900 |
parents | 97adb3fe85c6 |
children | a215927a9885 |
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++ | |
688 | 11 OPT = -g |
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 | |
16 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
17 LIBS = -L${CERIUM}/TaskManager |