Mercurial > hg > Game > Cerium
annotate TaskManager/Test/test_render/Makefile.def @ 118:62d76597d6a2 draft
fix Makefile
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 13 Nov 2008 11:08:06 +0900 |
parents | 80d93fe0601d |
children | cc6ec1a10607 |
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 | |
113
80d93fe0601d
Define New Texture Data Structure
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents:
109
diff
changeset
|
6 CERIUM = /Users/gongo/Source/Cerium |
109 | 7 |
8 # ex: linux/ps3 | |
118 | 9 CERIUM = /home/gongo/Cerium |
10 | |
11 #CERIUM = ../../.. | |
109 | 12 |
118 | 13 CC = g++ |
14 CFLAGS = -O9 -g -Wall# -DDEBUG | |
15 | |
16 INCLUDE = -I$(CERIUM)/include/TaskManager -I. | |
17 LIBS = -L$(CERIUM)/TaskManager |