Add comments

This commit is contained in:
zosrothko 2018-03-31 13:47:05 +02:00
parent 46898f3750
commit 38f92a360f

View File

@ -1,3 +1,6 @@
###############################################################################
# Windows Customization
###############################################################################
# https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.19-win32.zip
mysql32Home=C:/mysql-5.6.37-win32
@ -40,11 +43,24 @@ OpenCppCoverageHome=C:/Program Files/OpenCppCoverage
#ReportGeneratorHome=C:/ProgramFiles/ReportGenerator
ReportGeneratorHome=C:/ProgramFiles/ReportGenerator
test=-print
LD_LIBRARY_PATH=
cpus=
openSSLWindowsHome = new File(rootDir, "openssl/build")
openSSLBrewHome = new File('/usr/local/opt/openssl')
###############################################################################
# Linux Customization
###############################################################################
openSSLLinuxLib = new File('/usr/local/lib')
openSSLLinuxInc = new File('/usr/local/include/openssl')
###############################################################################
# Mac OSX Customization
###############################################################################
openSSLBrewHome = new File('/usr/local/opt/openssl')
###############################################################################
# Common
###############################################################################
cpus=
test=-print
LD_LIBRARY_PATH=