31 lines
871 B
Plaintext
31 lines
871 B
Plaintext
# This is an Example build config file (local.conf)
|
|
# you might not need this file, but if the defaults dont work for you
|
|
# You can override them here.
|
|
# Tweak the values to your needs and rename it to local.conf
|
|
# These example values here reflect the defaults
|
|
|
|
############ Install ###########
|
|
# PREFIX=$(HOME)
|
|
|
|
######### C++ Compiler #########
|
|
# Should work with clang and g++
|
|
# CXX=g++
|
|
# DEBUG=0 # RELEASE Build / set to 1 for DEBUG build
|
|
|
|
############ JAVA ##############
|
|
# JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home
|
|
# USE_JAVAH=0 # keep the build from using javah
|
|
|
|
############ YML2 ##############
|
|
# YML2_PATH=$(HOME)/src/yml2
|
|
|
|
########### Engine #############
|
|
# ENGINE_LIB_PATH=$(PREFIX)/lib
|
|
# ENGINE_INC_PATH=$(PREFIX)/include
|
|
|
|
########## libAdapter ##########
|
|
# AD_LIB_PATH=$(PREFIX)/lib
|
|
# AD_INC_PATH=$(PREFIX)/include
|
|
|
|
|