Mercurial > hg > Game > Cerium
annotate TaskManager/Test/test_render/Makefile.def @ 170:5a4f2497c22d draft
fix ViewerSDL
author | gongo@localhost.localdomain |
---|---|
date | Thu, 11 Dec 2008 11:18:44 +0900 |
parents | 831e534608f4 |
children | 17f2138b9d52 |
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 | |
170 | 6 #CERIUM = /Users/gongo/Source/hg/Cerium |
109 | 7 |
8 # ex: linux/ps3 | |
170 | 9 CERIUM = /home/gongo/Cerium |
118 | 10 |
11 #CERIUM = ../../.. | |
109 | 12 |
118 | 13 CC = g++ |
169 | 14 CFLAGS = -O0 -g -Wall# -DDEBUG |
118 | 15 |
16 INCLUDE = -I$(CERIUM)/include/TaskManager -I. | |
155 | 17 LIBS = -L$(CERIUM)/TaskManager |