Mercurial > hg > Game > Cerium
comparison Renderer/Test/Makefile.def @ 1055:9ce0480cde63 draft
remove texture_image
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Dec 2010 11:37:15 +0900 |
parents | f87218eed9fc |
children | a8bffdb5d2e3 |
comparison
equal
deleted
inserted
replaced
1054:ab16fc9a6570 | 1055:9ce0480cde63 |
---|---|
1 | 1 |
2 CERIUM = ../.. | 2 CERIUM = ../.. |
3 | 3 |
4 ABIBIT = 32 | 4 ABIBIT = 64 |
5 ABI = -m$(ABIBIT) | 5 ABI = -m$(ABIBIT) |
6 CC = g++ | 6 CC = g++ |
7 CFLAGS = -g -Wall $(ABI) # -O9 # -O -DDEBUG | 7 CFLAGS = -g -Wall $(ABI) # -O9 # -O -DDEBUG |
8 | 8 |
9 INCLUDE = -I$(CERIUM)/include/TaskManager -I$(CERIUM)/Renderer/Engine -I. -I$(CERIUM)/include/Cerium | 9 INCLUDE = -I$(CERIUM)/include/TaskManager -I$(CERIUM)/Renderer/Engine -I. -I$(CERIUM)/include/Cerium |