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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
364
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
1 TARGET = mainMem
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
2
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
3 # include/library path
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
4 # ex: macosx
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
5
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
6 # ex: linux/ps3
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
7 CERIUM = ../../../Cerium
655
0eed1fa290c1 fix on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 368
diff changeset
8 ABIBIT=32
364
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
9
655
0eed1fa290c1 fix on Mac OS X
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 368
diff changeset
10 CC = g++ -m$(ABIBIT)
828
da49d9e458dc example fix 30% done.
tkaito
parents: 655
diff changeset
11 CFLAGS = -g -Wall #-O9
364
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
12
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
87462f8d3761 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
14 LIBS = -L${CERIUM}/TaskManager