Mercurial > hg > Members > kono > Cerium
annotate example/HelloWorld/Makefile.def @ 253:1d8b8a4ac453
usr_help_str is nessesary for example
author | tkaito@localhost.localdomain |
---|---|
date | Wed, 03 Jun 2009 14:32:41 +0900 |
parents | 44e3bf914155 |
children | f872cc000fe0 |
rev | line source |
---|---|
109 | 1 TARGET = hello |
2 | |
3 # include/library path | |
4 # ex: macosx | |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
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 |
10 CC = g++ | |
11 CFLAGS = -g -Wall -O9 | |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |