Mercurial > hg > Game > Cerium
view example/Simple/Makefile.def @ 1095:652791a4a324 draft
remove spe function
author | yutaka@localhost.localdomain |
---|---|
date | Sat, 25 Dec 2010 18:30:17 +0900 |
parents | 97adb3fe85c6 |
children | 5393bebe0956 |
line wrap: on
line source
TARGET = twice # include/library path # ex linux/ps3 CERIUM = ../../../Cerium OPT= -g CC = g++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager