@@ -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+ ]
120130APPLET_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