From: Zachary Ware Date: Sun, 4 Jan 2015 04:33:10 +0000 (-0600) Subject: Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows X-Git-Tag: v3.5.0a1~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7037cf7300d06bb9031cb02b4fcb41b8ebc4f743;p=python Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows --- diff --git a/PCbuild/libeay.vcxproj b/PCbuild/libeay.vcxproj index 4adec9082d..8348bc0bc4 100644 --- a/PCbuild/libeay.vcxproj +++ b/PCbuild/libeay.vcxproj @@ -42,12 +42,6 @@ - - - StaticLibrary - $(opensslDir)tmp32\libeay\ - $(opensslDir)tmp64\libeay\ - diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index b64c3e1ebd..356159eca1 100644 --- a/PCbuild/openssl.props +++ b/PCbuild/openssl.props @@ -2,6 +2,12 @@ + + StaticLibrary + $(opensslDir)tmp\$(ArchName)_$(Configuration)\$(ProjectName)\ + $(opensslDir)tmp\$(ArchName)\$(ProjectName)\ + + diff --git a/PCbuild/ssleay.vcxproj b/PCbuild/ssleay.vcxproj index bd7dd40a2a..f00c606a38 100644 --- a/PCbuild/ssleay.vcxproj +++ b/PCbuild/ssleay.vcxproj @@ -42,12 +42,6 @@ - - - StaticLibrary - $(opensslDir)tmp32\ssleay\ - $(opensslDir)tmp64\ssleay\ -