From 7037cf7300d06bb9031cb02b4fcb41b8ebc4f743 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 3 Jan 2015 22:33:10 -0600 Subject: [PATCH] Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows --- PCbuild/libeay.vcxproj | 6 ------ PCbuild/openssl.props | 6 ++++++ PCbuild/ssleay.vcxproj | 6 ------ 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/PCbuild/libeay.vcxproj b/PCbuild/libeay.vcxproj index 4adec9082db..8348bc0bc45 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 b64c3e1ebde..356159eca15 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 bd7dd40a2a2..f00c606a385 100644 --- a/PCbuild/ssleay.vcxproj +++ b/PCbuild/ssleay.vcxproj @@ -42,12 +42,6 @@ - - - StaticLibrary - $(opensslDir)tmp32\ssleay\ - $(opensslDir)tmp64\ssleay\ -