From 86c5504910e77005b3f3e05e610cffcc71b7439d Mon Sep 17 00:00:00 2001 From: sdottaka Date: Sat, 23 May 2015 15:01:19 +0900 Subject: [PATCH] BuildBin_vc12.cmd: sign *.exe and *.dll --- BuildBin_vc12.cmd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BuildBin_vc12.cmd b/BuildBin_vc12.cmd index 6a4cb6f2d..fcaa959f4 100644 --- a/BuildBin_vc12.cmd +++ b/BuildBin_vc12.cmd @@ -19,5 +19,15 @@ for %%i in ( ^ MSBuild %%i /t:build /p:Configuration=Release /p:Platform="Win32" /p:PlatformToolset=v120_xp || pause MSBuild %%i /t:build /p:Configuration=Release /p:Platform="x64" /p:PlatformToolset=v120_xp || pause ) + +if exist "%SIGNBAT_PATH%" ( + "%SIGNBAT_PATH%" Build\Release\WinIMerge.exe + "%SIGNBAT_PATH%" Build\Release\WinIMergeLib.dll + "%SIGNBAT_PATH%" Build\Release\cidiff.exe + "%SIGNBAT_PATH%" Build\x64\Release\WinIMerge.exe + "%SIGNBAT_PATH%" Build\x64\Release\WinIMergeLib.dll + "%SIGNBAT_PATH%" Build\x64\Release\cidiff.exe +) + endlocal -- 2.11.0