diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-06-03 15:30:39 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-06-03 15:30:39 (GMT) |
commit | ca0f88d887852baaee6e070244b65338be301191 (patch) | |
tree | e3cd93dd00a7c5ad3a94f7ef8c2772fd23458af6 /Mac/scripts/fullbuild.py | |
parent | 175f1c8007b01b6466a94a57e91a6b54762b2c7f (diff) | |
download | cpython-ca0f88d887852baaee6e070244b65338be301191.zip cpython-ca0f88d887852baaee6e070244b65338be301191.tar.gz cpython-ca0f88d887852baaee6e070244b65338be301191.tar.bz2 |
Added zlib
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 2cf10f7..8647fce 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -146,6 +146,7 @@ I_PPC_PLUGINS : (buildmwproject, "CWIE", [ ":PlugIns:waste.ppc.µ", ":PlugIns:_tkinter.ppc.µ", ":PlugIns:calldll.ppc.µ", + ":PlugIns:zlib.ppc.µ", ]), I_68K_PLUGINS : (buildmwproject, "CWIE", [ @@ -157,6 +158,7 @@ I_68K_PLUGINS : (buildmwproject, "CWIE", [ ":PlugIns:imgmodules.CFM68K.µ", ":PlugIns:waste.CFM68K.µ", ":PlugIns:_tkinter.CFM68K.µ", + ":PlugIns:zlib.CFM68K.µ", ]), I_68K_FULL : (buildmwproject, "CWIE", [ |