mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-124102: Update internal PCbuild docs to accurately list build dependencies (GH-124103)
This commit is contained in:
parent
8a2baedc4b
commit
27a62e7371
11 changed files with 23 additions and 48 deletions
|
@ -6,7 +6,7 @@
|
|||
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
|
||||
<!--
|
||||
Use the latest available version of Visual Studio to build. To override
|
||||
this and build with an earlier version, pass "/p:PlatformToolset=v100"
|
||||
this and build with an earlier version, pass "/p:PlatformToolset=v141"
|
||||
(for example) when building.
|
||||
|
||||
We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
|
||||
|
@ -14,10 +14,6 @@
|
|||
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '17.0'">v143</BasePlatformToolset>
|
||||
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '16.0'">v142</BasePlatformToolset>
|
||||
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')">v141</BasePlatformToolset>
|
||||
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''">v140</BasePlatformToolset>
|
||||
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''">v120</BasePlatformToolset>
|
||||
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath11)' != ''">v110</BasePlatformToolset>
|
||||
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath10)' != ''">v100</BasePlatformToolset>
|
||||
|
||||
<PlatformToolset Condition="'$(PlatformToolset)' == ''">$(BasePlatformToolset)</PlatformToolset>
|
||||
<ICCBuild>false</ICCBuild>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue