mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +02:00
Add comments
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
###############################################################################
|
||||||
|
# Windows Customization
|
||||||
|
###############################################################################
|
||||||
# https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.19-win32.zip
|
# https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.19-win32.zip
|
||||||
mysql32Home=C:/mysql-5.6.37-win32
|
mysql32Home=C:/mysql-5.6.37-win32
|
||||||
|
|
||||||
@@ -40,11 +43,24 @@ OpenCppCoverageHome=C:/Program Files/OpenCppCoverage
|
|||||||
#ReportGeneratorHome=C:/ProgramFiles/ReportGenerator
|
#ReportGeneratorHome=C:/ProgramFiles/ReportGenerator
|
||||||
ReportGeneratorHome=C:/ProgramFiles/ReportGenerator
|
ReportGeneratorHome=C:/ProgramFiles/ReportGenerator
|
||||||
|
|
||||||
test=-print
|
|
||||||
LD_LIBRARY_PATH=
|
|
||||||
cpus=
|
|
||||||
|
|
||||||
openSSLWindowsHome = new File(rootDir, "openssl/build")
|
openSSLWindowsHome = new File(rootDir, "openssl/build")
|
||||||
openSSLBrewHome = new File('/usr/local/opt/openssl')
|
|
||||||
|
###############################################################################
|
||||||
|
# Linux Customization
|
||||||
|
###############################################################################
|
||||||
openSSLLinuxLib = new File('/usr/local/lib')
|
openSSLLinuxLib = new File('/usr/local/lib')
|
||||||
openSSLLinuxInc = new File('/usr/local/include/openssl')
|
openSSLLinuxInc = new File('/usr/local/include/openssl')
|
||||||
|
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Mac OSX Customization
|
||||||
|
###############################################################################
|
||||||
|
openSSLBrewHome = new File('/usr/local/opt/openssl')
|
||||||
|
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Common
|
||||||
|
###############################################################################
|
||||||
|
cpus=
|
||||||
|
test=-print
|
||||||
|
LD_LIBRARY_PATH=
|
||||||
|
Reference in New Issue
Block a user