Mercurial > hg > Game > Cerium
view example/Simple/Makefile.def @ 1715:996d216c837a draft
merge
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Oct 2013 18:39:46 +0900 |
parents | 5393bebe0956 |
children |
line wrap: on
line source
TARGET = twice # include/library path ABIBIT=64 # ex linux/ps3 CERIUM = ../../../Cerium OPT= -g CC = g++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager