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
1023dffb
Kaydet (Commit)
1023dffb
authored
Şub 21, 1996
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- AppleEvent timeout set to infinite
- Continue even if a build fails
üst
22586993
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
fullbuild.py
Mac/scripts/fullbuild.py
+8
-1
No files found.
Mac/scripts/fullbuild.py
Dosyayı görüntüle @
1023dffb
...
...
@@ -12,12 +12,14 @@
import
os
import
sys
import
macfs
import
MacOS
import
addpack
addpack
.
addpack
(
'Tools'
)
addpack
.
addpack
(
'bgen'
)
addpack
.
addpack
(
'AE'
)
import
aetools
import
AppleEvents
from
Metrowerks_Shell_Suite
import
Metrowerks_Shell_Suite
from
Required_Suite
import
Required_Suite
...
...
@@ -38,12 +40,17 @@ def buildmwproject(top, creator, projects):
except
'foo'
:
print
'Not handled:'
,
creator
return
mgr
.
send_timeout
=
AppleEvents
.
kNoTimeOut
for
file
in
projects
:
file
=
os
.
path
.
join
(
top
,
file
)
fss
=
macfs
.
FSSpec
(
file
)
print
'Building'
,
file
mgr
.
open
(
fss
)
mgr
.
Make_Project
()
try
:
mgr
.
Make_Project
()
except
MacOS
.
Error
,
arg
:
print
'** Failed. Possible error:'
,
arg
mgr
.
Close_Project
()
mgr
.
quit
()
...
...
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