]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adapted to CW7, added MkPluginAlises
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 9 Oct 1995 23:19:30 +0000 (23:19 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 9 Oct 1995 23:19:30 +0000 (23:19 +0000)
Mac/scripts/fullbuild.py

index 88108bfebe39948593fcc98cfd6938b8ba6c9af4..90e473c03485460fe2f0bf451c86a35f32da1697 100644 (file)
@@ -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"
        ])
 ]