Mercurial > hg > Game > Cerium
view Renderer/Test/Makefile.def @ 859:3f45bd7b910a draft
linda connection init
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 17 Jun 2010 04:46:25 +0900 |
parents | 4d83a6a958fd |
children | b662e9dd26b0 |
line wrap: on
line source
CERIUM = ../.. ABIBIT = 32 ABI = -m$(ABIBIT) CC = g++ CFLAGS = -g -Wall $(ABI) # -O -DDEBUG INCLUDE = -I$(CERIUM)/include/TaskManager -I$(CERIUM)/Renderer/Engine -I. -I$(CERIUM)/include/Cerium LIBS = -L$(CERIUM)/TaskManager -L$(CERIUM)/Renderer/Engine $(ABI) TOOL = $(CERIUM)/bin