view Renderer/Engine/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 0692b08f1cd6
line wrap: on
line source

TARGET = libCerium.a

CERIUM = ../..

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

INCLUDE = -I$(CERIUM)/include/TaskManager -I.
LIBS = -L$(CERIUM)/TaskManager $(ABI)