diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:35:04 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:35:04 (GMT) |
commit | ab49e8811670f58e3c0d72f9aff2a21013b5ca5e (patch) | |
tree | db215b713bba874bda099d92160ab2c5dfcc9bf7 /Mac/scripts/fullbuild.py | |
parent | 8c94d5eb0e4dc30367153a55d852d1537f8a0580 (diff) | |
download | cpython-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.py | 7 |
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", [ |