From 1f69679806102821850b7e6fc6fe68958d684538 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 6 Oct 2016 01:37:51 -0400 Subject: [PATCH] Add hack to create cryptest.exe for DLL Mac'ing --- cryptdll.vcxproj | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 7e838c37..1dc5792f 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -127,8 +127,20 @@ - - + + + + + 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)"