view Makefile.def @ 35:3b92a4b17049 default tip

fix for macosx Yosemite
author Nozomi
date Thu, 19 May 2016 18:18:34 +0900
parents cd5768022d2b
children
line wrap: on
line source

# include/library path
# ex  macosx

# ex  linux/ps3
CERIUM = ../Cerium

CC      = clang++
OPT = -g #-O9
CFLAGS  =  -Wall $(OPT) 

ABIBIT = 64

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