Skip to content

Commit 3e6fb41

Browse files
author
Felipe Zimmerle
committed
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
1 parent e3c19d5 commit 3e6fb41

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

iis/winbuild/init.bat

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
set PATH=%PATH%;c:\work\cmake-2.8.7-win32-x86\bin;"c:\program files\7-zip"
2-
3-
rem set BUILD_APACHE=YES
4-
set HTTPD=httpd-2.2.22
5-
IF NOT DEFINED BUILD_APACHE SET HTTPD=httpd-2.4.3
6-
7-
set WORK=c:\work
8-
set APACHE=c:\Apache22
9-
set PCRE=pcre-8.30
10-
set ZLIB=zlib-1.2.7
11-
set LIBXML2=libxml2-2.7.7
12-
set LUA=lua-5.1.5
13-
set CURL=curl-7.24.0
1+
set PATH=%PATH%;c:\work\cmake-2.8.7-win32-x86\bin;"c:\program files\7-zip"
2+
3+
rem set BUILD_APACHE=YES
4+
set HTTPD=httpd-2.2.22
5+
IF NOT DEFINED BUILD_APACHE SET HTTPD=httpd-2.4.6
6+
7+
set WORK=c:\work
8+
set APACHE=c:\Apache22
9+
set PCRE=pcre-8.33
10+
set ZLIB=zlib-1.2.8
11+
set LIBXML2=libxml2-2.9.1
12+
set LUA=lua-5.1.5
13+
set CURL=curl-7.33.0

0 commit comments

Comments
 (0)