Mercurial > hg > Game > Cerium
view example/mainMem/Makefile.def @ 829:c3fb62d9355f draft
merge
author | tkaito |
---|---|
date | Tue, 25 May 2010 03:41:10 +0900 |
parents | a0cfe7b28882 |
children |
line wrap: on
line source
TARGET = mainMem # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 CERIUM = ../../../Cerium ABIBIT = 32 CC = g++ CFLAGS = -g -Wall -O9 -m$(ABIBIT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager