Mercurial > hg > Game > Cerium
view Renderer/Test/Makefile.def @ 1110:3c2c445be6ba draft
warning fix.
author | tkaito@charles |
---|---|
date | Sat, 15 Jan 2011 22:30:35 +0900 (2011-01-15) |
parents | 9ce0480cde63 |
children | a8bffdb5d2e3 |
line wrap: on
line source
CERIUM = ../.. ABIBIT = 64 ABI = -m$(ABIBIT) CC = g++ CFLAGS = -g -Wall $(ABI) # -O9 # -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