mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added icglue modules and (optionally) NumPy and PIL extensions
This commit is contained in:
parent
b28efe669c
commit
52e87f3773
1 changed files with 11 additions and 0 deletions
|
@ -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=[
|
||||||
(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=[
|
||||||
":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=[
|
||||||
("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)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue