From: Jack Jansen Date: Fri, 8 Sep 2000 10:19:04 +0000 (+0000) Subject: Removed 68k support, added pyexpat, adapted for new NumPy. X-Git-Tag: v2.0b2~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3500d85b0761f013c702af0d43f119ab058f9432;p=python Removed 68k support, added pyexpat, adapted for new NumPy. --- diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index fef2a42ea5..30c2c7c7ce 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -173,6 +173,7 @@ I_CORE : (buildmwproject, "CWIE", [ 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 @@ I_PPC_PLUGINS : (buildmwproject, "CWIE", [ ]), 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 @@ I_PPC_EXTENSIONS : (buildmwproject, "CWIE", [ (":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"), ]), diff --git a/Mac/scripts/fullbuild.rsrc b/Mac/scripts/fullbuild.rsrc index b060b46700..40dc1076b3 100644 Binary files a/Mac/scripts/fullbuild.rsrc and b/Mac/scripts/fullbuild.rsrc differ