Mercurial > hg > Game > Cerium
view Renderer/Test/Makefile.def @ 996:bac3b0afc3e8 draft
add sdl_test file
author | yutaka@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 11 Oct 2010 18:56:51 +0900 |
parents | 79bde32fd578 |
children | f87218eed9fc |
line wrap: on
line source
CERIUM = ../.. ABIBIT = 32 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