From: Jack Jansen Date: Mon, 9 Oct 1995 23:19:30 +0000 (+0000) Subject: Adapted to CW7, added MkPluginAlises X-Git-Tag: v1.3~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b39a5d724c62f571953d6c68aa6e1281c79af83a;p=thirdparty%2FPython%2Fcpython.git Adapted to CW7, added MkPluginAlises --- diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 88108bfebe39..90e473c03485 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -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" ]) ]