Mercurial > hg > Members > kono > Cerium
view Renderer/Test/Makefile.def @ 895:bed529c55eda
add alignment of classes in SPU
width and height are automatically set in frame buffer API
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Jul 2010 17:23:49 +0900 |
parents | 4455e7b0caf3 |
children | e622f27c2808 |
line wrap: on
line source
CERIUM = ../.. ABIBIT = 32 ABI = -m$(ABIBIT) CC = g++ CFLAGS = -g -Wall $(ABI) -O9 # -O -DDEBUG INCLUDE = -I$(CERIUM)/include/TaskManager -I$(CERIUM)/Renderer/Engine -I. -I$(CERIUM)/include/Cerium LIBS = -L$(CERIUM)/TaskManager -L$(CERIUM)/Renderer/Engine $(ABI) TOOL = $(CERIUM)/bin