mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 17:25:03 +02:00
Add comments
This commit is contained in:
parent
46898f3750
commit
38f92a360f
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user