Mercurial > hg > Game > Cerium
view Renderer/Test/Makefile.def @ 543:0c53fa91602f draft
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 17:46:20 +0900 |
parents | 109a33b72b10 |
children | dc59679d9a36 |
line wrap: on
line source
TARGET = libCerium.a CERIUM = ../.. CC = g++ CFLAGS = -O9 -g -Wall -DUSE_MEMLIST=1 -DUSE_MEMHASH=1 # -DDEBUG INCLUDE = -I$(CERIUM)/include/TaskManager -I. -I$(CERIUM)/include/Cerium LIBS = -L$(CERIUM)/TaskManager -L$(CERIUM)/Renderer/Engine TOOL = $(CERIUM)/bin