Mercurial > hg > Game > Cerium
view example/dependency_task/Makefile.def @ 332:5950b6ff7fec draft
change bin/cerium
author | aaa |
---|---|
date | Fri, 12 Jun 2009 17:03:18 +0900 |
parents | b12e689e17b1 |
children | 026e9e7f1402 |
line wrap: on
line source
TARGET = dependency # 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