Mercurial > hg > Game > Cerium
view example/dependency_task/Makefile.def @ 1015:29355ae40e6c draft
debug mail timing.
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 05 Nov 2010 22:25:33 +0900 |
parents | 026e9e7f1402 |
children |
line wrap: on
line source
TARGET = dependency # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 CERIUM = ../../../Cerium ABIBIT=32 CC = g++ -m$(ABIBIT) CFLAGS = -g -Wall #-O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager