Commit 52e87f37 authored by Jack Jansen's avatar Jack Jansen

Added icglue modules and (optionally) NumPy and PIL extensions

parent b28efe66
...@@ -88,6 +88,7 @@ PLUGIN_INSTRUCTIONS=[ ...@@ -88,6 +88,7 @@ PLUGIN_INSTRUCTIONS=[
(buildmwproject, "CWIE", [ (buildmwproject, "CWIE", [
":PlugIns:ctb.ppc.", ":PlugIns:ctb.ppc.",
":PlugIns:gdbm.ppc.", ":PlugIns:gdbm.ppc.",
":PlugIns:icglue.ppc.",
":PlugIns:imgmodules.ppc.", ":PlugIns:imgmodules.ppc.",
":PlugIns:macspeech.ppc.", ":PlugIns:macspeech.ppc.",
":PlugIns:toolboxmodules.ppc.", ":PlugIns:toolboxmodules.ppc.",
...@@ -100,6 +101,7 @@ CFM68KPLUGIN_INSTRUCTIONS=[ ...@@ -100,6 +101,7 @@ CFM68KPLUGIN_INSTRUCTIONS=[
(buildmwproject, "CWIE", [ (buildmwproject, "CWIE", [
":PlugIns:ctb.CFM68K.", ":PlugIns:ctb.CFM68K.",
":PlugIns:gdbm.CFM68K.", ":PlugIns:gdbm.CFM68K.",
":PlugIns:icglue.CFM68K.",
":PlugIns:imgmodules.CFM68K.", ":PlugIns:imgmodules.CFM68K.",
":PlugIns:toolboxmodules.CFM68K.", ":PlugIns:toolboxmodules.CFM68K.",
":PlugIns:qtmodules.CFM68K.", ":PlugIns:qtmodules.CFM68K.",
...@@ -117,6 +119,14 @@ PPCSTAND_INSTRUCTIONS=[ ...@@ -117,6 +119,14 @@ PPCSTAND_INSTRUCTIONS=[
":build.macppc.stand:PythonStandalone.", ":build.macppc.stand:PythonStandalone.",
]) ])
] ]
EXTENSION_INSTRUCTIONS=[
(buildmwproject, "CWIE", [
":Extensions:Imaging:_imaging.ppc.",
":Extensions:Imaging:_imaging.CFM68K.",
":Extensions:NumPy:numpymodules.ppc.",
":Extensions:NumPy:numpymodules.CFM68K.",
])
]
APPLET_INSTRUCTIONS=[ APPLET_INSTRUCTIONS=[
(buildapplet, None, [ (buildapplet, None, [
":Mac:scripts:EditPythonPrefs.py", ":Mac:scripts:EditPythonPrefs.py",
...@@ -133,6 +143,7 @@ ALLINST=[ ...@@ -133,6 +143,7 @@ ALLINST=[
("FAT shared executables", FAT_INSTRUCTIONS), ("FAT shared executables", FAT_INSTRUCTIONS),
("68K standalone executable", M68K_INSTRUCTIONS), ("68K standalone executable", M68K_INSTRUCTIONS),
("PPC standalone executable", PPCSTAND_INSTRUCTIONS), ("PPC standalone executable", PPCSTAND_INSTRUCTIONS),
("Extensions", EXTENSION_INSTRUCTIONS),
("Applets", APPLET_INSTRUCTIONS) ("Applets", APPLET_INSTRUCTIONS)
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment