Commit a9f96c9d authored by Jack Jansen's avatar Jack Jansen

Adapted to CW7, added MkPluginAlises

parent acc9e44a
......@@ -67,7 +67,7 @@ def buildapplet(top, dummy, list):
# The build instructions. Entries are (routine, arg, list-of-files)
# XXXX We could also include the builds for stdwin and such here...
INSTRUCTIONS=[
(buildmwproject, "MPCC", [
(buildmwproject, "CWIE", [
":build.macppc.shared:PythonCore.",
":build.macppc.shared:PythonPPC.",
":build.macppc.shared:PythonApplet.",
......@@ -78,14 +78,14 @@ INSTRUCTIONS=[
":PlugIns:mactcpmodules.",
":PlugIns:stdwinmodule.",
":PlugIns:toolboxmodules.",
]),
(buildmwproject, "MMCC", [
":build.mac68k.stand:Python68K.",
]),
(buildapplet, None, [
":Mac:scripts:EditPythonPrefs.py",
":Mac:scripts:mkapplet.py",
":Mac:scripts:RunLibScript.py"
":Mac:scripts:RunLibScript.py",
":Mac:scripts:MkPluginAliases.py"
])
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment