mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
8 lines
115 B
Batchfile
8 lines
115 B
Batchfile
set FULLBUILD=1
|
|
|
|
set DROP=c:\drop\amd64
|
|
cmd.exe /c build64.bat
|
|
|
|
set DROP=c:\drop\x86
|
|
cmd.exe /c build32.bat
|