mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
iis: Copy yajl.dll into release files folder
This will help the automagically release process
This commit is contained in:
@@ -32,6 +32,7 @@ copy "%OUTPUT_DIR%\mlogc.exe" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\ModSecurityIIS.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\pcre.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\zlib1.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\yajl.dll" "%AMD64%"
|
||||
|
||||
|
||||
call build_dependencies.bat %VCARGS32%
|
||||
@@ -47,8 +48,9 @@ copy "%OUTPUT_DIR%\libxml2.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\lua5.1.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\mlogc.exe" "%X86%"
|
||||
copy "%OUTPUT_DIR%\ModSecurityIIS.dll" "%X86%"
|
||||
copy %OUTPUT_DIR%\pcre.dll "%X86%"
|
||||
copy %OUTPUT_DIR%\zlib1.dll "%X86%"
|
||||
copy "%OUTPUT_DIR%\pcre.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\zlib1.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\yajl.dll" "%X86%"
|
||||
|
||||
|
||||
:: copy %OUTPUT_DIR%\Installer.exe %RELEASE_DIR%
|
||||
|
Reference in New Issue
Block a user