Mercurial > hg > Members > kono > Cerium
view example/MemList/Makefile.def @ 531:fab6f20021c9
change SceneGraphRoot's constructor
author | aaa |
---|---|
date | Wed, 21 Oct 2009 01:51:00 +0900 |
parents | 126f90e8582c |
children | 0eed1fa290c1 |
line wrap: on
line source
TARGET = mainMem # include/library path # ex: macosx # ex: linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager