Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/Makefile.def @ 576:cc989924f469
minor fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 23 Oct 2009 17:02:47 +0900 |
parents | 8148c81d2660 |
children | 58cdb81f7f96 |
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. LIBS = -L$(CERIUM)/TaskManager