Mercurial > hg > Members > kono > Cerium
annotate TaskManager/Test/test_render/Makefile.def @ 151:5179a90fb610
fix
author | gongo@gendarme.local |
---|---|
date | Tue, 02 Dec 2008 19:14:52 +0900 |
parents | 6aead32217b7 |
children | 77dac07efd79 |
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 | |
151 | 6 CERIUM = /Users/gongo/Source/hg/Cerium |
109 | 7 |
8 # ex: linux/ps3 | |
151 | 9 #CERIUM = /home/gongo/Cerium |
118 | 10 |
11 #CERIUM = ../../.. | |
109 | 12 |
118 | 13 CC = g++ |
149
6aead32217b7
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 |