Mercurial > hg > Members > kono > Cerium
annotate example/HelloWorld/Makefile.def @ 802:496a8159e840
global id
author | yutaka@localhost.localdomain |
---|---|
date | Wed, 19 May 2010 14:59:41 +0900 |
parents | 0eed1fa290c1 |
children |
rev | line source |
---|---|
109 | 1 TARGET = hello |
2 | |
3 # include/library path | |
619 | 4 # ex macosx |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
619 | 7 # ex linux/ps3 |
253
1d8b8a4ac453
usr_help_str is nessesary for example
tkaito@localhost.localdomain
parents:
115
diff
changeset
|
8 CERIUM = ../../../Cerium |
114 | 9 |
655 | 10 CC = g++ -m32 |
114 | 11 CFLAGS = -g -Wall -O9 |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |