mirror of https://github.com/python/cpython.git
Removed 68k support, added pyexpat, adapted for new NumPy.
This commit is contained in:
parent
ed33c9af97
commit
3500d85b07
|
@ -173,6 +173,7 @@ def handle_dialog(filename):
|
|||
|
||||
I_PPC_PLUGINS : (buildmwproject, "CWIE", [
|
||||
(":Mac:Build:ucnhash.prj", "ucnhash.ppc"),
|
||||
(":Mac:Build:pyexpat.prj", "pyexpat.ppc"),
|
||||
(":Mac:Build:calldll.ppc.prj", "calldll.ppc"),
|
||||
(":Mac:Build:ctb.prj", "ctb.ppc"),
|
||||
(":Mac:Build:gdbm.prj", "gdbm.ppc"),
|
||||
|
@ -200,6 +201,7 @@ def handle_dialog(filename):
|
|||
]),
|
||||
|
||||
I_68K_PLUGINS : (buildmwproject, "CWIE", [
|
||||
(":Mac:Build:ucnhash.prj", "ucnhash.CFM68K"),
|
||||
(":Mac:Build:ucnhash.prj", "ucnhash.CFM68K"),
|
||||
(":Mac:Build:ctb.prj", "ctb.CFM68K"),
|
||||
(":Mac:Build:gdbm.prj", "gdbm.CFM68K"),
|
||||
|
@ -248,8 +250,6 @@ def handle_dialog(filename):
|
|||
(":Extensions:Numerical:Mac:numpymodules.prj", "multiarraymodule"),
|
||||
(":Extensions:Numerical:Mac:numpymodules.prj", "_numpy"),
|
||||
(":Extensions:Numerical:Mac:numpymodules.prj", "umathmodule"),
|
||||
(":Extensions:Numerical:Mac:numpymodules.prj", "fast_umathmodule"),
|
||||
(":Extensions:Numerical:Mac:numpymodules.prj", "fftpackmodule"),
|
||||
(":Extensions:Numerical:Mac:numpymodules.prj", "lapack_litemodule"),
|
||||
(":Extensions:Numerical:Mac:numpymodules.prj", "ranlibmodule"),
|
||||
]),
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue