view Makefile.def @ 10:93d9db48775f default tip

Property add not move. 30%
author tkaito
date Mon, 14 Jun 2010 17:20:03 +0900
parents b0248931e40f
children
line wrap: on
line source


CERIUM = ../../study/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