diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-02-06 17:44:28 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-02-06 17:44:28 (GMT) |
commit | 8eea5baca8828bf301d85e7fa7354358613b6a32 (patch) | |
tree | 4dd81d512b7aa5e578a7e989afa81c8724c6bce4 /Mac/scripts/fullbuild.py | |
parent | 8f81a22d41d222f785c23508e16e93a8436ad4e6 (diff) | |
download | cpython-8eea5baca8828bf301d85e7fa7354358613b6a32.zip cpython-8eea5baca8828bf301d85e7fa7354358613b6a32.tar.gz cpython-8eea5baca8828bf301d85e7fa7354358613b6a32.tar.bz2 |
img modules are no longer in PlugIns folder.
Diffstat (limited to 'Mac/scripts/fullbuild.py')
-rw-r--r-- | Mac/scripts/fullbuild.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index ca8ad83..9b92cbb 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -180,6 +180,7 @@ I_PPC_SMALL : (buildmwproject, "CWIE", [ I_PPC_EXTENSIONS : (buildmwproject, "CWIE", [ (":Extensions:Imaging:_imaging.prj", "_imaging.ppc"), (":Extensions:Imaging:_tkinter.prj", "_tkinter.ppc"), + (":Extensions:img:Mac:imgmodules.prj", "imgmodules PPC"), (":Extensions:Numerical:Mac:numpymodules.prj", "multiarraymodule"), (":Extensions:Numerical:Mac:numpymodules.prj", "_numpy"), (":Extensions:Numerical:Mac:numpymodules.prj", "umathmodule"), @@ -192,6 +193,7 @@ I_PPC_EXTENSIONS : (buildmwproject, "CWIE", [ I_68K_EXTENSIONS : (buildmwproject, "CWIE", [ (":Extensions:Imaging:_imaging.prj", "_imaging.CFM68K"), (":Extensions:Imaging:_tkinter.prj", "_tkinter.CFM68K"), + (":Extensions:img:Mac:imgmodules.prj", "imgmodules CFM68K"), ## (":Extensions:NumPy:numpymodules.prj", "numpymodules.CFM68K"), ]), |