summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/fullbuild.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-10-13 23:35:04 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-10-13 23:35:04 (GMT)
commitab49e8811670f58e3c0d72f9aff2a21013b5ca5e (patch)
treedb215b713bba874bda099d92160ab2c5dfcc9bf7 /Mac/scripts/fullbuild.py
parent8c94d5eb0e4dc30367153a55d852d1537f8a0580 (diff)
downloadcpython-ab49e8811670f58e3c0d72f9aff2a21013b5ca5e.zip
cpython-ab49e8811670f58e3c0d72f9aff2a21013b5ca5e.tar.gz
cpython-ab49e8811670f58e3c0d72f9aff2a21013b5ca5e.tar.bz2
Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.
Diffstat (limited to 'Mac/scripts/fullbuild.py')
-rw-r--r--Mac/scripts/fullbuild.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py
index 1c2256a..5d82e40 100644
--- a/Mac/scripts/fullbuild.py
+++ b/Mac/scripts/fullbuild.py
@@ -250,8 +250,11 @@ 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", "lapack_litemodule"),
- (":Extensions:Numerical:Mac:numpymodules.prj", "ranlibmodule"),
+ (":Extensions:Numerical:Mac:numpymodules.prj", "arrayfns"),
+ (":Extensions:Numerical:Packages:FFT:Mac:fftpack.prj", "fftpack.ppc"),
+ (":Extensions:Numerical:Packages:LALITE:Mac:lapack_lite.prj", "lapack_lite.ppc"),
+ (":Extensions:Numerical:Packages:RANLIB:Mac:ranlib.prj", "ranlib.ppc"),
+ (":Extensions:Numerical:Packages:RNG:Mac:RNG.prj", "RNG.ppc"),
]),
I_68K_EXTENSIONS : (buildmwproject, "CWIE", [