Mercurial > hg > Members > kono > Cerium
diff example/HelloWorld/Makefile.def @ 115:44e3bf914155
fix Makefile
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 13 Nov 2008 10:46:36 +0900 |
parents | 9d13524c7136 |
children | 0098b5ff0d11 1d8b8a4ac453 |
line wrap: on
line diff
--- a/example/HelloWorld/Makefile.def Thu Nov 13 10:24:16 2008 +0900 +++ b/example/HelloWorld/Makefile.def Thu Nov 13 10:46:36 2008 +0900 @@ -2,12 +2,10 @@ # include/library path # ex: macosx -#CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium -CERIUM = /Users/gongo/Source/Cerium +#CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 -#CERIUM = /home/gongo/Game_project/Cerium - +CERIUM = /home/gongo/Cerium CC = g++ CFLAGS = -g -Wall -O9