Skip to content

Commit 858d480

Browse files
author
Felipe Zimmerle
committed
iis: Copy yajl.dll into release files folder
This will help the automagically release process
1 parent 9f005c3 commit 858d480

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

iis/build_release.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ copy "%OUTPUT_DIR%\mlogc.exe" "%AMD64%"
3232
copy "%OUTPUT_DIR%\ModSecurityIIS.dll" "%AMD64%"
3333
copy "%OUTPUT_DIR%\pcre.dll" "%AMD64%"
3434
copy "%OUTPUT_DIR%\zlib1.dll" "%AMD64%"
35+
copy "%OUTPUT_DIR%\yajl.dll" "%AMD64%"
3536

3637

3738
call build_dependencies.bat %VCARGS32%
@@ -47,8 +48,9 @@ copy "%OUTPUT_DIR%\libxml2.dll" "%X86%"
4748
copy "%OUTPUT_DIR%\lua5.1.dll" "%X86%"
4849
copy "%OUTPUT_DIR%\mlogc.exe" "%X86%"
4950
copy "%OUTPUT_DIR%\ModSecurityIIS.dll" "%X86%"
50-
copy %OUTPUT_DIR%\pcre.dll "%X86%"
51-
copy %OUTPUT_DIR%\zlib1.dll "%X86%"
51+
copy "%OUTPUT_DIR%\pcre.dll" "%X86%"
52+
copy "%OUTPUT_DIR%\zlib1.dll" "%X86%"
53+
copy "%OUTPUT_DIR%\yajl.dll" "%X86%"
5254

5355

5456
:: copy %OUTPUT_DIR%\Installer.exe %RELEASE_DIR%

0 commit comments

Comments
 (0)