From 3e6fb41d36b7a5e98a55d8f52b88b29d1bd50b64 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 5 Nov 2013 09:43:27 -0300 Subject: [PATCH] iis: Changes the version of the dependencies - pcre from 8.30 to 8.33 - zlib from 1.2.7 to 1.2.8 - libxml2 from 2.7.7 to 2.9.1 - curl from 7.24 to 7.33.0 --- iis/winbuild/init.bat | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/iis/winbuild/init.bat b/iis/winbuild/init.bat index 7f01426f..31b0f4ef 100644 --- a/iis/winbuild/init.bat +++ b/iis/winbuild/init.bat @@ -1,13 +1,13 @@ -set PATH=%PATH%;c:\work\cmake-2.8.7-win32-x86\bin;"c:\program files\7-zip" - -rem set BUILD_APACHE=YES -set HTTPD=httpd-2.2.22 -IF NOT DEFINED BUILD_APACHE SET HTTPD=httpd-2.4.3 - -set WORK=c:\work -set APACHE=c:\Apache22 -set PCRE=pcre-8.30 -set ZLIB=zlib-1.2.7 -set LIBXML2=libxml2-2.7.7 -set LUA=lua-5.1.5 -set CURL=curl-7.24.0 +set PATH=%PATH%;c:\work\cmake-2.8.7-win32-x86\bin;"c:\program files\7-zip" + +rem set BUILD_APACHE=YES +set HTTPD=httpd-2.2.22 +IF NOT DEFINED BUILD_APACHE SET HTTPD=httpd-2.4.6 + +set WORK=c:\work +set APACHE=c:\Apache22 +set PCRE=pcre-8.33 +set ZLIB=zlib-1.2.8 +set LIBXML2=libxml2-2.9.1 +set LUA=lua-5.1.5 +set CURL=curl-7.33.0