From cff762518f3f4adfaabaa9d44d15f24b81e59e4c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 5 Oct 2016 15:27:44 -0400 Subject: [PATCH] Add ImageHasSafeExceptionHandlers option for X86 --- cryptdll.vcxproj | 1 + cryptlib.vcxproj | 21 +++++---------------- dlltest.vcxproj | 2 +- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 799f2072..9a1837fe 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -115,6 +115,7 @@ MachineX86 + true diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj index 977c2bdc..2fd49175 100644 --- a/cryptlib.vcxproj +++ b/cryptlib.vcxproj @@ -88,14 +88,6 @@ Use pch.h - - NoErrorReport - cryptlib.lib;Ws2_32.lib - - true - $(OutDir)\cryptlib.pdb - $(OutDir)\cryptlib.lib - @@ -130,10 +122,6 @@ NDEBUG;%(PreprocessorDefinitions) 0x0409 - - true - true - @@ -153,9 +141,10 @@ StreamingSIMDExtensions2 - + MachineX86 - + true + @@ -163,9 +152,9 @@ StreamingSIMDExtensions2 - + MachineX64 - + diff --git a/dlltest.vcxproj b/dlltest.vcxproj index 313329bb..66b075ec 100644 --- a/dlltest.vcxproj +++ b/dlltest.vcxproj @@ -59,7 +59,6 @@ cryptopp.lib;Ws2_32.lib $(Platform)\DLL_Output\$(Configuration) true - Console @@ -108,6 +107,7 @@ MachineX86 + true