view Makefile.def @ 70:cee55c8365e9 default tip

fix
author Kazuma
date Thu, 19 May 2016 18:52:26 +0900
parents 21ac9f57a6d4
children
line wrap: on
line source

# include/library path
# ex  macosx

# ex  linux/ps3
CERIUM = ../Cerium

ABIBIT = 64
ABI = -m$(ABIBIT)
CC      = clang++
OPT = -g
CFLAGS  =  -Wall $(OPT) $(ABI)


INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager -I$(CERIUM)/Renderer/Engine -I$(CERIUM)/include/Cerium
LIBS = -L${CERIUM}/TaskManager -L$(CERIUM)/Renderer/Engine
TOOL = $(CERIUM)/bin