Mercurial > hg > Game > Cerium
comparison example/MemList/Makefile.def @ 364:fd0c819bab53 draft
uint32 to memaddr(uint64)
author | tkaito@localhost.localdomain |
---|---|
date | Fri, 24 Jul 2009 17:40:53 +0900 |
parents | |
children | 1a80a2aa696c |
comparison
equal
deleted
inserted
replaced
363:73630476453a | 364:fd0c819bab53 |
---|---|
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 | |
9 | |
10 CC = g++ | |
11 CFLAGS = -g -Wall -O9 | |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |