Mercurial > hg > Game > Cerium
annotate example/dependency_task/Makefile.def @ 256:2c775d229cc6 draft
fix examples
author | tkaito@localhost.localdomain |
---|---|
date | Wed, 03 Jun 2009 16:14:06 +0900 |
parents | d9ea79aac04f |
children | b12e689e17b1 |
rev | line source |
---|---|
109 | 1 TARGET = dependency |
2 | |
3 # include/library path | |
4 # ex: macosx | |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
7 # ex: linux/ps3 | |
256 | 8 CERIUM = ../../Cerium |
115 | 9 |
10 CC = g++ | |
11 CFLAGS = -g -Wall -O9 | |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |