diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-01-04 04:33:10 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-01-04 04:33:10 (GMT) |
commit | 7037cf7300d06bb9031cb02b4fcb41b8ebc4f743 (patch) | |
tree | b1f8004aa6af1625b58b6c27e214a0548da1a918 /PCbuild/ssleay.vcxproj | |
parent | bc26646505efa997ed28a381b82f3f1b89a875e4 (diff) | |
download | cpython-7037cf7300d06bb9031cb02b4fcb41b8ebc4f743.zip cpython-7037cf7300d06bb9031cb02b4fcb41b8ebc4f743.tar.gz cpython-7037cf7300d06bb9031cb02b4fcb41b8ebc4f743.tar.bz2 |
Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows
Diffstat (limited to 'PCbuild/ssleay.vcxproj')
-rw-r--r-- | PCbuild/ssleay.vcxproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/PCbuild/ssleay.vcxproj b/PCbuild/ssleay.vcxproj index bd7dd40..f00c606 100644 --- a/PCbuild/ssleay.vcxproj +++ b/PCbuild/ssleay.vcxproj @@ -42,12 +42,6 @@ <Import Project="python.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="openssl.props" /> - - <PropertyGroup Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <IntDir Condition="'$(Platform)' != 'x64'">$(opensslDir)tmp32\ssleay\</IntDir> - <IntDir Condition="'$(Platform)' == 'x64'">$(opensslDir)tmp64\ssleay\</IntDir> - </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |