iss: Changes httpd version 2.4.6

Apache version was changed to 2.4.6 to sync with the current
apache lounge version.
This commit is contained in:
Felipe Zimmerle 2013-11-05 09:50:04 -03:00
parent 3e6fb41d36
commit 0a772cb074
2 changed files with 14 additions and 11 deletions

11
iis/winbuild/build32.bat Normal file → Executable file
View File

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

View File

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