Skip to content

Commit 0a772cb

Browse files
author
Felipe Zimmerle
committed
iss: Changes httpd version 2.4.6
Apache version was changed to 2.4.6 to sync with the current apache lounge version.
1 parent 3e6fb41 commit 0a772cb

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

iis/winbuild/build32.bat

100644100755
+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
SET APACHE24_ZIP=httpd-2.4.3-win32.zip
2-
mkdir %DROP%
3-
call vsvars32.bat
4-
call init.bat
5-
call build.bat
1+
SET APACHE24_ZIP=httpd-2.4.6-win32.zip
2+
mkdir %DROP%
3+
rem call vcvars32.bat
4+
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
5+
call init.bat
6+
call build.bat

iis/winbuild/build64.bat

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
SET APACHE24_ZIP=httpd-2.4.3-win64.zip
2-
mkdir %DROP%
3-
call vcvars64.bat
4-
call init.bat
5-
SET CL=/D "WIN64" /D "_WIN64"
6-
call build.bat
1+
SET APACHE24_ZIP=httpd-2.4.6-win64.zip
2+
mkdir %DROP%
3+
rem call vcvars64.bat
4+
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
5+
6+
call init.bat
7+
SET CL=/D "WIN64" /D "_WIN64"
8+
call build.bat

0 commit comments

Comments
 (0)