Mercurial > hg > Game > Cerium
view example/HelloWorld/Makefile.def @ 1729:e9dc25836520 draft
fix gettime
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 30 Oct 2013 19:31:05 +0900 |
parents | cc1e2b83a764 |
children | 6790d1d83bb7 |
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 -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager