mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Adapted to CW7, added MkPluginAlises
This commit is contained in:
parent
703e2c153b
commit
b39a5d724c
1 changed files with 4 additions and 4 deletions
|
@ -67,7 +67,7 @@ def buildapplet(top, dummy, list):
|
||||||
# The build instructions. Entries are (routine, arg, list-of-files)
|
# The build instructions. Entries are (routine, arg, list-of-files)
|
||||||
# XXXX We could also include the builds for stdwin and such here...
|
# XXXX We could also include the builds for stdwin and such here...
|
||||||
INSTRUCTIONS=[
|
INSTRUCTIONS=[
|
||||||
(buildmwproject, "MPCC", [
|
(buildmwproject, "CWIE", [
|
||||||
":build.macppc.shared:PythonCore.µ",
|
":build.macppc.shared:PythonCore.µ",
|
||||||
":build.macppc.shared:PythonPPC.µ",
|
":build.macppc.shared:PythonPPC.µ",
|
||||||
":build.macppc.shared:PythonApplet.µ",
|
":build.macppc.shared:PythonApplet.µ",
|
||||||
|
@ -78,14 +78,14 @@ INSTRUCTIONS=[
|
||||||
":PlugIns:mactcpmodules.µ",
|
":PlugIns:mactcpmodules.µ",
|
||||||
":PlugIns:stdwinmodule.µ",
|
":PlugIns:stdwinmodule.µ",
|
||||||
":PlugIns:toolboxmodules.µ",
|
":PlugIns:toolboxmodules.µ",
|
||||||
]),
|
|
||||||
(buildmwproject, "MMCC", [
|
|
||||||
":build.mac68k.stand:Python68K.µ",
|
":build.mac68k.stand:Python68K.µ",
|
||||||
]),
|
]),
|
||||||
(buildapplet, None, [
|
(buildapplet, None, [
|
||||||
":Mac:scripts:EditPythonPrefs.py",
|
":Mac:scripts:EditPythonPrefs.py",
|
||||||
":Mac:scripts:mkapplet.py",
|
":Mac:scripts:mkapplet.py",
|
||||||
":Mac:scripts:RunLibScript.py"
|
":Mac:scripts:RunLibScript.py",
|
||||||
|
":Mac:scripts:MkPluginAliases.py"
|
||||||
])
|
])
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue