view example/mainMem/Makefile.def @ 870:79b2d56aa27a

fix SceneGraphRoot::set_game_task.
author tkaito
date Tue, 29 Jun 2010 04:23:52 +0900
parents 2b167196cb27
children
line wrap: on
line source

TARGET = mainMem

# include/library path
# ex: macosx
#CERIUM = /Users/gongo/Source/Cerium

# ex: linux/ps3
CERIUM = ../../../Cerium
ABIBIT = 32

CC      = g++
CFLAGS  = -g -Wall -O9 -m$(ABIBIT)

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager