Mercurial > hg > Game > Cerium
diff example/fileread/Makefile.def @ 1827:d1212026e2a0 draft
some fix
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 17 Dec 2013 13:57:34 +0900 |
parents | 797e3ec1ca74 |
children |
line wrap: on
line diff
--- a/example/fileread/Makefile.def Mon Dec 16 20:00:13 2013 +0900 +++ b/example/fileread/Makefile.def Tue Dec 17 13:57:34 2013 +0900 @@ -3,13 +3,16 @@ # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium +ABIBIT=64 # ex linux/ps3 CERIUM = ../../../Cerium -CC = clang++ + OPT = -g -CFLAGS = $(OPT) -Wall -INCLUDE = -I.. -I. -I${CERIUM}/include/TaskManager +CC = clang++ +CFLAGS = -Wall $(OPT) + +INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager