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
f9b364fe
Unverified
Kaydet (Commit)
f9b364fe
authored
May 28, 2018
tarafından
Steve Dower
Kaydeden (comit)
GitHub
May 28, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
üst
989b9e0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
find_msbuild.bat
PCbuild/find_msbuild.bat
+1
-0
python3dll.vcxproj
PCbuild/python3dll.vcxproj
+3
-2
No files found.
PCbuild/find_msbuild.bat
Dosyayı görüntüle @
f9b364fe
...
...
@@ -57,3 +57,4 @@
@if not defined MSBUILD @echo Failed to find MSBuild
@set _Py_MSBuild_Source=
@if not defined MSBUILD @exit /b 1
@exit /b 0
PCbuild/python3dll.vcxproj
Dosyayı görüntüle @
f9b364fe
...
...
@@ -142,8 +142,8 @@
<_Lines
Include=
"@(_Symbols->'%(Symbol)')"
/>
</ItemGroup>
<MakeDir
Directories=
"$(IntDir)"
/>
<Message
Text=
"Updating python3stub.def"
Condition=
"@(_
OriginalLines) != @(_
Lines)"
Importance=
"high"
/>
<Message
Text=
"Updating python3stub.def"
Condition=
"@(_
Lines) != @(_Original
Lines)"
Importance=
"high"
/>
<WriteLinesToFile
File=
"$(IntDir)python3stub.def"
Lines=
"@(_Lines)"
Overwrite=
"true"
Condition=
"@(_
DefLines) != @(_
Lines)"
/>
Condition=
"@(_
Lines) != @(_Original
Lines)"
/>
</Target>
</Project>
\ No newline at end of file
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