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
10d176f7
Kaydet (Commit)
10d176f7
authored
Kas 19, 2003
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed
later.
üst
70b9f499
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
bgenlocations.py
Lib/plat-mac/bgenlocations.py
+3
-16
No files found.
Lib/plat-mac/bgenlocations.py
Dosyayı görüntüle @
10d176f7
...
...
@@ -11,13 +11,7 @@ Error = "bgenlocations.Error"
#
# Where bgen is. For unix-Python bgen isn't installed, so you have to refer to
# the source tree here.
if
sys
.
platform
==
'mac'
:
# For MacPython we know where it is
def
_pardir
(
p
):
return
os
.
path
.
split
(
p
)[
0
]
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
"Tools"
,
"bgen"
,
"bgen"
)
else
:
# for unix-Python we don't know, please set it yourself.
BGENDIR
=
"/Users/jack/src/python/Tools/bgen/bgen"
BGENDIR
=
"/Users/jack/src/python/Tools/bgen/bgen"
#
# Where to find the Universal Header include files. If you have CodeWarrior
...
...
@@ -25,21 +19,14 @@ else:
# download them from the Apple website. Bgen can handle both unix- and mac-style
# end of lines, so don't worry about that.
#
if
sys
.
platform
==
'mac'
:
_MWERKSDIR
=
"Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
else
:
_MWERKSDIR
=
"/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
INCLUDEDIR
=
os
.
path
.
join
(
_MWERKSDIR
,
"MacOS Support"
,
"Universal"
,
"Interfaces"
,
"CIncludes"
)
INCLUDEDIR
=
"/Users/jack/src/Universal/Interfaces/CIncludes"
#
# Where to put the python definitions files. Note that, on unix-Python,
# if you want to commit your changes to the CVS repository this should refer to
# your source directory, not your installed directory.
#
if
sys
.
platform
==
'mac'
:
TOOLBOXDIR
=
os
.
path
.
join
(
sys
.
prefix
,
"Lib"
,
"plat-mac"
,
"Carbon"
)
else
:
TOOLBOXDIR
=
"/Users/jack/src/python/Lib/plat-mac/Carbon"
TOOLBOXDIR
=
"/Users/jack/src/python/Lib/plat-mac/Carbon"
# Creator for C files:
CREATOR
=
"CWIE"
...
...
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