Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
04856c21
Kaydet (Commit)
04856c21
authored
Haz 11, 2019
tarafından
Paul Monson
Kaydeden (comit)
Steve Dower
Haz 11, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)
üst
9b33ce48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
python.props
PCbuild/python.props
+1
-0
pythoncore.vcxproj
PCbuild/pythoncore.vcxproj
+1
-1
No files found.
PCbuild/python.props
Dosyayı görüntüle @
04856c21
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
-->
-->
<BasePlatformToolset
Condition=
"'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '16.0' or '$(VisualStudioVersion)' == '16.0')"
>
v142
</BasePlatformToolset>
<BasePlatformToolset
Condition=
"'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')"
>
v141
</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 '$(VCTargetsPath14)' != ''"
>
v140
</BasePlatformToolset>
<BasePlatformToolset
Condition=
"'$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''"
>
v120
</BasePlatformToolset>
<BasePlatformToolset
Condition=
"'$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''"
>
v120
</BasePlatformToolset>
...
...
PCbuild/pythoncore.vcxproj
Dosyayı görüntüle @
04856c21
...
@@ -511,7 +511,7 @@
...
@@ -511,7 +511,7 @@
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
</Target>
</Target>
<Target
Name=
"_WarnAboutToolset"
BeforeTargets=
"PrepareForBuild"
Condition=
"$(PlatformToolset) != 'v140' and $(PlatformToolset) != 'v141'"
>
<Target
Name=
"_WarnAboutToolset"
BeforeTargets=
"PrepareForBuild"
Condition=
"$(PlatformToolset) != 'v140' and $(PlatformToolset) != 'v141'
and $(PlatformToolset) != 'v142'
"
>
<Warning
Text=
"Toolset $(PlatformToolset) is not used for official builds. Your build may have errors or incompatibilities."
/>
<Warning
Text=
"Toolset $(PlatformToolset) is not used for official builds. Your build may have errors or incompatibilities."
/>
</Target>
</Target>
<Target
Name=
"_WarnAboutZlib"
BeforeTargets=
"PrepareForBuild"
Condition=
"!$(IncludeExternals)"
>
<Target
Name=
"_WarnAboutZlib"
BeforeTargets=
"PrepareForBuild"
Condition=
"!$(IncludeExternals)"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment