Mercurial > hg > Members > kono > Cerium
diff example/basic/Makefile.def @ 641:0692b08f1cd6
Regression on Mac OS X
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 21 Nov 2009 10:06:34 +0900 |
parents | 465a871f4c07 |
children | 61b59376aec5 |
line wrap: on
line diff
--- a/example/basic/Makefile.def Fri Nov 20 23:12:34 2009 +0900 +++ b/example/basic/Makefile.def Sat Nov 21 10:06:34 2009 +0900 @@ -1,14 +1,16 @@ TARGET = twice # include/library path -# ex: macosx +# ex macosx #CERIUM = /Users/gongo/Source/Cerium -# ex: linux/ps3 +# ex linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 +ABIBIT = 32 + INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager