|
@@ -45,7 +45,6 @@ install:
|
|
|
}
|
|
|
if (-not (Test-Path c:\build-cache\$lname3\Release)) {
|
|
|
cd c:\build-cache\$lname3\zlib-1.2.11
|
|
|
- dir .
|
|
|
$cmakegen = 'Visual Studio 15 2017'
|
|
|
if ($env:VC -Match "vc14") {
|
|
|
$cmakegen = "Visual Studio 14 2015"
|
|
@@ -145,7 +144,7 @@ build_script:
|
|
|
#echo "" | Out-File -Encoding "ASCII" -Append task.bat
|
|
|
echo "" | Out-File -Encoding "ASCII" task.bat
|
|
|
echo "call phpize 2>&1" | Out-File -Encoding "ASCII" -Append task.bat
|
|
|
- $conf_cmd = 'call configure --with-xlswriter --with-extra-libs=c:\build-cache\zlib\Release --with-extra-includes=c:\build-cache\zlib --enable-debug-pack 2>&1'
|
|
|
+ $conf_cmd = 'call configure --with-xlswriter --with-extra-libs=c:\build-cache\zlib\zlib-1.2.11\Release --with-extra-includes=c:\build-cache\zlib\zlib-1.2.11 --enable-debug-pack 2>&1'
|
|
|
echo $conf_cmd | Out-File -Encoding "ASCII" -Append task.bat
|
|
|
echo "nmake /nologo 2>&1" | Out-File -Encoding "ASCII" -Append task.bat
|
|
|
echo "exit %errorlevel%" | Out-File -Encoding "ASCII" -Append task.bat
|