| 123456789101112131415161718192021222324252627282930313233 |
- # https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.19-win32.zip
- mysql32Home=C:/mysql-5.6.37-win32
- # https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.19-winx64.zip
- mysql64Home=C:/mysql-5.6.37-winx64
- # https://get.enterprisedb.com/postgresql/postgresql-9.6.3-2-windows-binaries.zip
- postgres32Home=C:/postgresql-9.6.3-2-win32/pgsql
- # https://get.enterprisedb.com/postgresql/postgresql-9.6.3-2-windows-x64-binaries.zip
- postgres64Home=C:/postgresql-9.6.3-2-win64/pgsql
- # Windows Development Kit
- WDKHome=C:/Program Files (x86)/Windows Kits/10/Include/10.0.15063.0
- # VisualStudio 2015
- VCHome=C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC
- # https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311.exe
- WiXHome=C:/Progra~2/WIXTOO~1.11
- # https://dist.nuget.org/win-x86-commandline/v4.3.0/nuget.exe
- NuGetHome=C:/Program Files (x86)/NuGet
- test=-print
- LD_LIBRARY_PATH=
|