Mercurial > hg > Game > Cerium
comparison example/scenegraph/xml/Makefile.def @ 344:876919a27200 draft
example-scenegraph
author | admin@mcbk.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 03 Jul 2009 19:52:52 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
343:e53f5c552c52 | 344:876919a27200 |
---|---|
1 TARGET = test_xml | |
2 | |
3 # include/library path | |
4 # ex: macosx | |
5 | |
6 # ex: linux/ps3 | |
7 CERIUM = ../../../../Cerium | |
8 | |
9 CC = g++ | |
10 CFLAGS = -g -Wall -O9 | |
11 | |
12 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
13 LIBS = -L${CERIUM}/TaskManager |