Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c9bda41a
Commit
c9bda41a
authored
Jan 28, 1999
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for new build and plugin paths
parent
fcfef787
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
Mac/Resources/pythonpath.rsrc
Mac/Resources/pythonpath.rsrc
+0
-0
Mac/scripts/ConfigurePython.py
Mac/scripts/ConfigurePython.py
+2
-2
Mac/scripts/fullbuild.py
Mac/scripts/fullbuild.py
+9
-9
No files found.
Mac/Resources/pythonpath.rsrc
View file @
c9bda41a
No preview for this file type
Mac/scripts/ConfigurePython.py
View file @
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
View file @
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