diff --git a/Misc/NEWS.d/next/Windows/2017-12-20-12-48-15.bpo-32326.hIm_oK.rst b/Misc/NEWS.d/next/Windows/2017-12-20-12-48-15.bpo-32326.hIm_oK.rst new file mode 100644 index 00000000000000..01b36def321221 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2017-12-20-12-48-15.bpo-32326.hIm_oK.rst @@ -0,0 +1 @@ +Compile with latest Windows 10 SDK on Windows if installed. diff --git a/PCbuild/python.props b/PCbuild/python.props index 16a7672315f246..37c66b5e3de0af 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -32,13 +32,13 @@ $(PySourcePath)\ - $(PySourcePath)PCBuild\win32\ + $(PySourcePath)PCbuild\win32\ $(Py_OutDir)\win32\ - $(PySourcePath)PCBuild\amd64\ + $(PySourcePath)PCbuild\amd64\ $(Py_OutDir)\amd64\ $(BuildPath32) $(BuildPath64) - $(PySourcePath)PCBuild\$(ArchName)\ + $(PySourcePath)PCbuild\$(ArchName)\ $(BuildPath)\ $(BuildPath)instrumented\ @@ -64,7 +64,7 @@ $(BuildPath)python$(PyDebugExt).exe - + <_RegistryVersion>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion) <_RegistryVersion Condition="$(_RegistryVersion) == ''">$(Registry:HKEY_LOCAL_MACHINE\WOW6432Node\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion) - 10.0.15063.0 + 10.0.16299.0 + 10.0.15063.0 10.0.14393.0 10.0.10586.0 10.0.10240.0 - +