Mercurial > hg > Members > kono > Cerium
annotate example/MemList/Makefile.def @ 870:79b2d56aa27a
fix SceneGraphRoot::set_game_task.
author | tkaito |
---|---|
date | Tue, 29 Jun 2010 04:23:52 +0900 |
parents | da49d9e458dc |
children |
rev | line source |
---|---|
364 | 1 TARGET = mainMem |
2 | |
3 # include/library path | |
4 # ex: macosx | |
5 | |
6 # ex: linux/ps3 | |
7 CERIUM = ../../../Cerium | |
655 | 8 ABIBIT=32 |
364 | 9 |
655 | 10 CC = g++ -m$(ABIBIT) |
828 | 11 CFLAGS = -g -Wall #-O9 |
364 | 12 |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |