mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 16:06:12 +03:00
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:
parent
3e6fb41d36
commit
0a772cb074
5
iis/winbuild/build32.bat
Normal file → Executable file
5
iis/winbuild/build32.bat
Normal file → Executable file
@ -1,5 +1,6 @@
|
|||||||
SET APACHE24_ZIP=httpd-2.4.3-win32.zip
|
SET APACHE24_ZIP=httpd-2.4.6-win32.zip
|
||||||
mkdir %DROP%
|
mkdir %DROP%
|
||||||
call vsvars32.bat
|
rem call vcvars32.bat
|
||||||
|
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
|
||||||
call init.bat
|
call init.bat
|
||||||
call build.bat
|
call build.bat
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
SET APACHE24_ZIP=httpd-2.4.3-win64.zip
|
SET APACHE24_ZIP=httpd-2.4.6-win64.zip
|
||||||
mkdir %DROP%
|
mkdir %DROP%
|
||||||
call vcvars64.bat
|
rem call vcvars64.bat
|
||||||
|
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
|
||||||
|
|
||||||
call init.bat
|
call init.bat
|
||||||
SET CL=/D "WIN64" /D "_WIN64"
|
SET CL=/D "WIN64" /D "_WIN64"
|
||||||
call build.bat
|
call build.bat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user