]> granicus.if.org Git - python/commit
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 (#3425)
authorSteve Dower <steve.dower@microsoft.com>
Thu, 7 Sep 2017 20:58:07 +0000 (13:58 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 20:58:07 +0000 (13:58 -0700)
commit76006f285a7e146484d9296597d1d0ace778f992
treeabc29395cebb68a14b401e627ca1492d97594614
parentb03623227ed1264e3cac4e6bb4878d96b91aa484
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 (#3425)
14 files changed:
Lib/distutils/_msvccompiler.py
Lib/distutils/tests/test_msvccompiler.py
Misc/NEWS.d/next/Windows/2017-09-06-17-14-54.bpo-30389.9Dizrx.rst [new file with mode: 0644]
PC/_findvs.cpp [new file with mode: 0644]
PC/config.c
PC/external/Externals.txt [new file with mode: 0644]
PC/external/include/Setup.Configuration.h [new file with mode: 0644]
PC/external/v140/amd64/Microsoft.VisualStudio.Setup.Configuration.Native.lib [new file with mode: 0644]
PC/external/v140/win32/Microsoft.VisualStudio.Setup.Configuration.Native.lib [new file with mode: 0644]
PC/external/v141/amd64/Microsoft.VisualStudio.Setup.Configuration.Native.lib [new file with mode: 0644]
PC/external/v141/win32/Microsoft.VisualStudio.Setup.Configuration.Native.lib [new file with mode: 0644]
PCbuild/_lzma.vcxproj
PCbuild/build.bat
PCbuild/pythoncore.vcxproj