From e6b818bc39cd0ce4bcf63d60f2db7d30e74bb504 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 5 May 2020 22:58:26 +0200 Subject: [PATCH] Add local.conf.example --- local.conf.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 local.conf.example diff --git a/local.conf.example b/local.conf.example new file mode 100644 index 0000000..be8405d --- /dev/null +++ b/local.conf.example @@ -0,0 +1,22 @@ +# 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 + +######### C++ Compiler ######### +# Should work with clang and g++ +# CXX=g++ + +######### JAVA ######### +# JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home + +######### YML2 ######### +# YML2_PATH=$(HOME)/code/yml2 + +######### Engine ######### +# ENGINE_LIB_PATH=$(HOME)/local/lib +# ENGINE_INC_PATH=$(HOME)/local/include + +######### libAdapter ######### +# AD_LIB_PATH=$(HOME)/local/lib +# AD_INC_PATH=$(HOME)/local/include