Mercurial > hg > Game > Cerium
annotate TaskManager/Test/test_render/Makefile.def @ 154:17d169cfd469 draft
task/ と spe/ の同期し忘れ。
こういうのめんどくさいからなんとかしたいんだけど
author | gongo@gendarme.local |
---|---|
date | Wed, 03 Dec 2008 20:14:23 +0900 |
parents | f85ad3769897 |
children | 79ded2ad7236 |
rev | line source |
---|---|
109 | 1 TARGET = test_nogl |
2 | |
3 # include/library path | |
4 # ex: macosx | |
5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium | |
154 | 6 CERIUM = /Users/gongo/Source/hg/Cerium |
109 | 7 |
8 # ex: linux/ps3 | |
154 | 9 #CERIUM = /home/gongo/Cerium |
118 | 10 |
11 #CERIUM = ../../.. | |
109 | 12 |
118 | 13 CC = g++ |
149
f85ad3769897
SceneGraph.cpp での texture_list fix
gongo@charles.cr.ie.u-ryukyu.ac.jp
parents:
147
diff
changeset
|
14 CFLAGS = -O9 -g -Wall# -DDEBUG |
118 | 15 |
16 INCLUDE = -I$(CERIUM)/include/TaskManager -I. | |
17 LIBS = -L$(CERIUM)/TaskManager |