Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703e2c1 commit b39a5d7Copy full SHA for b39a5d7
1 file changed
Mac/scripts/fullbuild.py
@@ -67,7 +67,7 @@ def buildapplet(top, dummy, list):
67
# The build instructions. Entries are (routine, arg, list-of-files)
68
# XXXX We could also include the builds for stdwin and such here...
69
INSTRUCTIONS=[
70
- (buildmwproject, "MPCC", [
+ (buildmwproject, "CWIE", [
71
":build.macppc.shared:PythonCore.µ",
72
":build.macppc.shared:PythonPPC.µ",
73
":build.macppc.shared:PythonApplet.µ",
@@ -78,14 +78,14 @@ def buildapplet(top, dummy, list):
78
":PlugIns:mactcpmodules.µ",
79
":PlugIns:stdwinmodule.µ",
80
":PlugIns:toolboxmodules.µ",
81
- ]),
82
- (buildmwproject, "MMCC", [
+
83
":build.mac68k.stand:Python68K.µ",
84
]),
85
(buildapplet, None, [
86
":Mac:scripts:EditPythonPrefs.py",
87
":Mac:scripts:mkapplet.py",
88
- ":Mac:scripts:RunLibScript.py"
+ ":Mac:scripts:RunLibScript.py",
+ ":Mac:scripts:MkPluginAliases.py"
89
])
90
]
91
0 commit comments