view Renderer/Test/Makefile.def @ 626:ab866bc8a624

64bit mode compatibility on Cell
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 16 Nov 2009 11:37:26 +0900
parents 60aa3f241b10
children 855f7c222669
line wrap: on
line source


CERIUM = ../..

ABI = # -m64
CC      = g++
CFLAGS  = -g -Wall $(ABI)  # -O -DDEBUG

INCLUDE = -I$(CERIUM)/include/TaskManager -I. -I$(CERIUM)/include/Cerium
LIBS = -L$(CERIUM)/TaskManager -L$(CERIUM)/Renderer/Engine $(ABI)
TOOL = $(CERIUM)/bin