Mercurial > hg > Game > Cerium
annotate example/HelloWorld/Makefile.def @ 898:302ebfc75a79 draft
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Jul 2010 19:00:49 +0900 |
parents | aefb5ee6fcd0 |
children | cc1e2b83a764 |
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
0c9c9906d777
usr_help_str is nessesary for example
tkaito@localhost.localdomain
parents:
115
diff
changeset
|
8 CERIUM = ../../../Cerium |
114 | 9 |
652 | 10 CC = g++ -m32 |
114 | 11 CFLAGS = -g -Wall -O9 |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |