Mercurial > hg > Game > Cerium
view Renderer/Test/Makefile.def @ 1393:80e96b616196 draft
fix
author | Yutaka Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 30 Jan 2012 21:30:54 +0900 |
parents | 5abf0ce8c71c |
children | 3778a1eda68d |
line wrap: on
line source
CERIUM = ../.. ABIBIT = 64 ABI = -m$(ABIBIT) CC = g++ #CFLAGS = -Wall $(ABI) -g CFLAGS = -Wall $(ABI) -O9 #-g # -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 PROTO = protoc PROTODIR = ./protobuf PROTOFLAGS = -I=$(PROTODIR) --cpp_out=./ PROTOLIBS = -lprotobuf