diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-02-20 15:27:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-02-20 15:27:44 (GMT) |
commit | ab786562b0f450753158db2506d0b442e3a27526 (patch) | |
tree | 4bf42df4d1a9cbfbc5bc6ec3fee8ffce7e065a4b /Mac/scripts | |
parent | 0040b4704eaf4b243ccf3fe5cd56faa827bdfa8c (diff) | |
download | cpython-ab786562b0f450753158db2506d0b442e3a27526.zip cpython-ab786562b0f450753158db2506d0b442e3a27526.tar.gz cpython-ab786562b0f450753158db2506d0b442e3a27526.tar.bz2 |
Added calldll module
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/fullbuild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index cc9eecb..e49eabb 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -95,6 +95,7 @@ PLUGIN_INSTRUCTIONS=[ ":PlugIns:qtmodules.ppc.µ", ":PlugIns:waste.ppc.µ", ":PlugIns:_tkinter.ppc.µ", + ":PlugIns:calldll.ppc.µ", ]) ] CFM68KPLUGIN_INSTRUCTIONS=[ |