Mercurial > hg > Game > Cerium
view example/MemList/Makefile.def @ 845:71afabd4ba5c draft
light bug fix.
author | Yutaka_Kinjyo |
---|---|
date | Thu, 03 Jun 2010 02:55:29 +0900 |
parents | d17459601f28 |
children |
line wrap: on
line source
TARGET = mainMem # include/library path # ex: macosx # ex: linux/ps3 CERIUM = ../../../Cerium ABIBIT=32 CC = g++ -m$(ABIBIT) CFLAGS = -g -Wall #-O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager