From 2ba75d4adfe7c01136d4efb2271d3d0cc57f9b67 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 6 Oct 2016 10:58:28 -0400 Subject: [PATCH] Express cryptest.exe as prerequisite using MSBuild Task --- cryptdll.vcxproj | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 1dc5792f..f839a4f6 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -127,25 +127,21 @@ - - - - - Creating Win32/Release cryptest.exe for MAC computation - - msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptlib.vcxproj - msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptest.vcxproj - - - + + + + Adding MAC to DLL - Win32\output\debug\cryptest.exe mac_dll "$(TargetPath)" -IF %ERRORLEVEL% EQU 0 (echo mac done > "$(OutDir)"\cryptopp.mac.done) - + + Win32\output\debug\cryptest.exe mac_dll "$(TargetPath)" + IF %ERRORLEVEL% EQU 0 (echo mac done > "$(OutDir)"\cryptopp.mac.done) + %(Inputs) $(OutDir)cryptopp.mac.done;%(Outputs)