Mercurial > hg > Members > kono > Cerium
view example/many_task/Makefile.def @ 530:18446bce1b8b
add SceneGraphList
author | aaa |
---|---|
date | Wed, 21 Oct 2009 00:56:51 +0900 |
parents | b89ba1d96fff |
children | bde5f13adf10 |
line wrap: on
line source
TARGET = sort # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager