summaryrefslogtreecommitdiffstats
path: root/PCbuild/_lzma.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-07 18:49:23 (GMT)
committerGitHub <noreply@github.com>2017-09-07 18:49:23 (GMT)
commit05f01d85257d0f3409c7335aaf0bf6a6da7eecb7 (patch)
tree32f5e8671e6f384e1ee8b3d38c45495778f45f03 /PCbuild/_lzma.vcxproj
parenta853a8ba7850381d49b284295dd6f0dc491dbe44 (diff)
downloadcpython-05f01d85257d0f3409c7335aaf0bf6a6da7eecb7.zip
cpython-05f01d85257d0f3409c7335aaf0bf6a6da7eecb7.tar.gz
cpython-05f01d85257d0f3409c7335aaf0bf6a6da7eecb7.tar.bz2
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Diffstat (limited to 'PCbuild/_lzma.vcxproj')
-rw-r--r--PCbuild/_lzma.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_lzma.vcxproj b/PCbuild/_lzma.vcxproj
index 7ec2692..d8b159e 100644
--- a/PCbuild/_lzma.vcxproj
+++ b/PCbuild/_lzma.vcxproj
@@ -65,7 +65,7 @@
<PreprocessorDefinitions>WIN32;_FILE_OFFSET_BITS=64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;LZMA_API_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
- <AdditionalDependencies>$(OutDir)/liblzma$(PyDebugExt).lib</AdditionalDependencies>
+ <AdditionalDependencies>$(OutDir)liblzma$(PyDebugExt).lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>