]> granicus.if.org Git - python/commit
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
authorSteve Dower <steve.dower@microsoft.com>
Thu, 7 Sep 2017 18:49:23 +0000 (11:49 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 18:49:23 +0000 (11:49 -0700)
commit05f01d85257d0f3409c7335aaf0bf6a6da7eecb7
tree32f5e8671e6f384e1ee8b3d38c45495778f45f03
parenta853a8ba7850381d49b284295dd6f0dc491dbe44
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
16 files changed:
Include/pyatomic.h
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
PCbuild/pythoncore.vcxproj.filters