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