Mercurial > hg > Members > kono > Cerium
view example/many_task/Makefile.def @ 356:b89ba1d96fff
merge heads
author | aaa |
---|---|
date | Fri, 17 Jul 2009 15:04:02 +0900 |
parents | 81b25e5d5379 8ec2f3e61ee1 |
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