summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-09-08 10:19:04 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-09-08 10:19:04 (GMT)
commit3500d85b0761f013c702af0d43f119ab058f9432 (patch)
tree947cc4bee05c9d7043ca34426e791d337b0a850c
parented33c9af972feb1feb5a045f2f439145735dcbbe (diff)
downloadcpython-3500d85b0761f013c702af0d43f119ab058f9432.zip
cpython-3500d85b0761f013c702af0d43f119ab058f9432.tar.gz
cpython-3500d85b0761f013c702af0d43f119ab058f9432.tar.bz2
Removed 68k support, added pyexpat, adapted for new NumPy.
-rw-r--r--Mac/scripts/fullbuild.py4
-rw-r--r--Mac/scripts/fullbuild.rsrcbin872 -> 1206 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py
index fef2a42..30c2c7c 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"),
@@ -201,6 +202,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"),
(":Mac:Build:icglue.prj", "icglue.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 b060b46..40dc107 100644
--- a/Mac/scripts/fullbuild.rsrc
+++ b/Mac/scripts/fullbuild.rsrc
Binary files differ