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
c9bda41a
Kaydet (Commit)
c9bda41a
authored
Ock 28, 1999
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated for new build and plugin paths
üst
fcfef787
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
pythonpath.rsrc
Mac/Resources/pythonpath.rsrc
+0
-0
ConfigurePython.py
Mac/scripts/ConfigurePython.py
+2
-2
fullbuild.py
Mac/scripts/fullbuild.py
+9
-9
No files found.
Mac/Resources/pythonpath.rsrc
Dosyayı görüntüle @
c9bda41a
No preview for this file type
Mac/scripts/ConfigurePython.py
Dosyayı görüntüle @
c9bda41a
...
...
@@ -89,9 +89,9 @@ def gotopluginfolder():
"""Go to the plugin folder, assuming we are somewhere in the Python tree"""
import
os
while
not
os
.
path
.
isdir
(
":Plugins"
):
while
not
os
.
path
.
isdir
(
":
Mac:
Plugins"
):
os
.
chdir
(
"::"
)
os
.
chdir
(
":Plugins"
)
os
.
chdir
(
":
Mac:
Plugins"
)
if
verbose
:
print
"current directory is"
,
os
.
getcwd
()
def
loadtoolboxmodules
():
...
...
Mac/scripts/fullbuild.py
Dosyayı görüntüle @
c9bda41a
...
...
@@ -140,33 +140,33 @@ def handle_dialog(filename):
# XXXX We could also include the builds for stdwin and such here...
BUILD_DICT
=
{
I_CORE
:
(
buildmwproject
,
"CWIE"
,
[
(
":
build.mac
:PythonCore.prj"
,
"PythonCore"
),
(
":
build.mac
:Python.prj"
,
"PythonFAT"
),
(
":
build.mac
:PythonApplet.prj"
,
"PythonAppletFAT"
),
(
":
Mac:Build
:PythonCore.prj"
,
"PythonCore"
),
(
":
Mac:Build
:Python.prj"
,
"PythonFAT"
),
(
":
Mac:Build
:PythonApplet.prj"
,
"PythonAppletFAT"
),
]),
I_PPC_PLUGINS
:
(
buildmwproject
,
"CWIE"
,
[
(
":
PlugIns
:PlugIns.prj"
,
"PlugIns.ppc"
),
(
":
Mac:Build
:PlugIns.prj"
,
"PlugIns.ppc"
),
]),
I_68K_PLUGINS
:
(
buildmwproject
,
"CWIE"
,
[
(
":
PlugIns
:PlugIns.prj"
,
"PlugIns.CFM68K"
),
(
":
Mac:Build
:PlugIns.prj"
,
"PlugIns.CFM68K"
),
]),
I_68K_FULL
:
(
buildmwproject
,
"CWIE"
,
[
(
":
build.macstan
d:PythonStandalone.prj"
,
"Python68K"
),
(
":
Mac:Buil
d:PythonStandalone.prj"
,
"Python68K"
),
]),
I_68K_SMALL
:
(
buildmwproject
,
"CWIE"
,
[
(
":
build.macstan
d:PythonStandSmall.prj"
,
"PythonSmall68K"
),
(
":
Mac:Buil
d:PythonStandSmall.prj"
,
"PythonSmall68K"
),
]),
I_PPC_FULL
:
(
buildmwproject
,
"CWIE"
,
[
(
":
build.macstan
d:PythonStandalone.prj"
,
"PythonStandalone"
),
(
":
Mac:Buil
d:PythonStandalone.prj"
,
"PythonStandalone"
),
]),
I_PPC_SMALL
:
(
buildmwproject
,
"CWIE"
,
[
(
":
build.macstan
d:PythonStandSmall.prj"
,
"PythonStandSmall"
),
(
":
Mac:Buil
d:PythonStandSmall.prj"
,
"PythonStandSmall"
),
]),
I_PPC_EXTENSIONS
:
(
buildmwproject
,
"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