Mercurial > hg > Members > kono > Cerium
view example/renew_task/Makefile.def @ 870:79b2d56aa27a
fix SceneGraphRoot::set_game_task.
author | tkaito |
---|---|
date | Tue, 29 Jun 2010 04:23:52 +0900 |
parents | af07173af3f4 |
children |
line wrap: on
line source
TARGET = renew_task # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager