Mercurial > hg > Game > Cerium
annotate example/mainMem/Makefile.def @ 839:1001c4bea1a0 draft
if unnecessary
author | Yutaka_Kinjyo |
---|---|
date | Fri, 28 May 2010 03:24:52 +0900 |
parents | a0cfe7b28882 |
children |
rev | line source |
---|---|
312 | 1 TARGET = mainMem |
2 | |
3 # include/library path | |
4 # ex: macosx | |
5 #CERIUM = /Users/gongo/Source/Cerium | |
6 | |
7 # ex: linux/ps3 | |
8 CERIUM = ../../../Cerium | |
721 | 9 ABIBIT = 32 |
312 | 10 |
11 CC = g++ | |
721 | 12 CFLAGS = -g -Wall -O9 -m$(ABIBIT) |
312 | 13 |
14 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
15 LIBS = -L${CERIUM}/TaskManager |