Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit858d480

Browse files
author
Felipe Zimmerle
committed
iis: Copy yajl.dll into release files folder
This will help the automagically release process
1 parent9f005c3 commit858d480

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)

[8]ページ先頭

©2009-2025 Movatter.jp