From 7d2f7017185bb3e5639ba64317d37eab28fd03ce Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 6 Oct 2016 12:03:58 -0400 Subject: [PATCH] Revert 2ba75d4adfe7c011. It worked because we were picking up a previously built cryptest.exe. The task does not build it --- cryptdll.vcxproj | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 0228c1ff..610a9bcd 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -128,11 +128,28 @@ + + + + + + Creating Win32/Debug 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 + + +