From 3b3551f04092fb96d67274a9f83ba1f509e9dcef Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 29 Sep 2018 22:27:43 -0700 Subject: [PATCH] fix debug build on recent VS releases of msvc --- Externals/curl/curl.vcxproj | 142 ++++++++++++++++++++++-------- Externals/mbedtls/mbedTLS.vcxproj | 8 +- 2 files changed, 112 insertions(+), 38 deletions(-) diff --git a/Externals/curl/curl.vcxproj b/Externals/curl/curl.vcxproj index b62b65494f..8f493dd0d2 100644 --- a/Externals/curl/curl.vcxproj +++ b/Externals/curl/curl.vcxproj @@ -11,25 +11,37 @@ - - + + true + + + true + - + + true + - + + true + - - + + true + + + true + @@ -48,11 +60,17 @@ - + + true + - - + + true + + + true + @@ -60,25 +78,43 @@ - + + true + - - + + true + + + true + - + + true + - + + true + - + + true + - - - + + true + + + true + + + true + @@ -86,7 +122,9 @@ - + + true + @@ -94,16 +132,22 @@ - + + true + - + + true + - + + true + @@ -114,25 +158,51 @@ - + + true + - + + true + - + + true + - - - - - - - - - - + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + @@ -313,7 +383,7 @@ $(ExternalsDir)curl\lib;%(AdditionalIncludeDirectories) - BUILDING_LIBCURL;CURL_STATICLIB;CURL_DISABLE_LDAP;USE_WINDOWS_SSPI;USE_SCHANNEL;%(PreprocessorDefinitions) + CURL_STATICLIB;CURL_DISABLE_LDAP;USE_WINDOWS_SSPI;USE_SCHANNEL;%(PreprocessorDefinitions) diff --git a/Externals/mbedtls/mbedTLS.vcxproj b/Externals/mbedtls/mbedTLS.vcxproj index e677bf329b..2aa0ae09a6 100644 --- a/Externals/mbedtls/mbedTLS.vcxproj +++ b/Externals/mbedtls/mbedTLS.vcxproj @@ -37,7 +37,9 @@ - + + true + @@ -73,7 +75,9 @@ - + + true +