From 858d480ec94fbaa5140fdca817345dede0c8e99f Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Sat, 15 Nov 2014 07:37:57 -0800 Subject: [PATCH] iis: Copy yajl.dll into release files folder This will help the automagically release process --- iis/build_release.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/iis/build_release.bat b/iis/build_release.bat index bf85182b..4b4e7fec 100644 --- a/iis/build_release.bat +++ b/iis/build_release.bat @@ -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%