mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
7 lines
135 B
Batchfile
7 lines
135 B
Batchfile
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
|