view Renderer/Engine/Makefile.def @ 706:e4d2b823903c simple-task-regression

no compile error on Cell. Regression Test. Cell failed some how.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2009 20:21:59 +0900
parents 55159a5bf2c4
children 56487849ea2d
line wrap: on
line source

TARGET = libCerium.a

CERIUM = ../..

ABIBIT = 32 
ABI = -m$(ABIBIT)
CC      = g++
OPT	= -g
CFLAGS  = -g -Wall $(ABI) $(OPT) # -DSIMPLE_TASK #  -DDEBUG

INCLUDE = -I$(CERIUM)/include/TaskManager -I.
# LIBS = -L$(CERIUM)/TaskManager -m$(ABIBIT)