mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +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
11
iis/winbuild/build32.bat
Normal file → Executable file
11
iis/winbuild/build32.bat
Normal file → Executable 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user