Mercurial > hg > Game > Cerium
view example/Simple/Makefile.def @ 1199:e55b9d2cb33e draft
add regex
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 14 Jul 2011 18:16:23 +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