Mercurial > hg > Game > Cerium
view example/HelloWorld/Makefile.def @ 1790:6790d1d83bb7 draft
change iterator to spawn in string_args
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 03 Dec 2013 22:00:56 +0900 |
parents | cc1e2b83a764 |
children | 131d90cc3f85 |
line wrap: on
line source
TARGET = hello # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O3 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager