Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52e87f3

Browse files
committed
Added icglue modules and (optionally) NumPy and PIL extensions
1 parent b28efe6 commit 52e87f3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Mac/scripts/fullbuild.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def buildapplet(top, dummy, list):
8888
(buildmwproject, "CWIE", [
8989
":PlugIns:ctb.ppc.µ",
9090
":PlugIns:gdbm.ppc.µ",
91+
":PlugIns:icglue.ppc.µ",
9192
":PlugIns:imgmodules.ppc.µ",
9293
":PlugIns:macspeech.ppc.µ",
9394
":PlugIns:toolboxmodules.ppc.µ",
@@ -100,6 +101,7 @@ def buildapplet(top, dummy, list):
100101
(buildmwproject, "CWIE", [
101102
":PlugIns:ctb.CFM68K.µ",
102103
":PlugIns:gdbm.CFM68K.µ",
104+
":PlugIns:icglue.CFM68K.µ",
103105
":PlugIns:imgmodules.CFM68K.µ",
104106
":PlugIns:toolboxmodules.CFM68K.µ",
105107
":PlugIns:qtmodules.CFM68K.µ",
@@ -117,6 +119,14 @@ def buildapplet(top, dummy, list):
117119
":build.macppc.stand:PythonStandalone.µ",
118120
])
119121
]
122+
EXTENSION_INSTRUCTIONS=[
123+
(buildmwproject, "CWIE", [
124+
":Extensions:Imaging:_imaging.ppc.µ",
125+
":Extensions:Imaging:_imaging.CFM68K.µ",
126+
":Extensions:NumPy:numpymodules.ppc.µ",
127+
":Extensions:NumPy:numpymodules.CFM68K.µ",
128+
])
129+
]
120130
APPLET_INSTRUCTIONS=[
121131
(buildapplet, None, [
122132
":Mac:scripts:EditPythonPrefs.py",
@@ -133,6 +143,7 @@ def buildapplet(top, dummy, list):
133143
("FAT shared executables", FAT_INSTRUCTIONS),
134144
("68K standalone executable", M68K_INSTRUCTIONS),
135145
("PPC standalone executable", PPCSTAND_INSTRUCTIONS),
146+
("Extensions", EXTENSION_INSTRUCTIONS),
136147
("Applets", APPLET_INSTRUCTIONS)
137148
]
138149

0 commit comments

Comments
 (0)