diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-12-23 16:56:19 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-12-23 16:56:19 (GMT) |
commit | e1d325fb40f9881c9048c032823c9d5eaafe9239 (patch) | |
tree | 928f9856206828a0bbe300113ff4e13fe4123796 /Mac/scripts | |
parent | 8bd7c56459ea9ada6ae0fe177fb471341cfe6416 (diff) | |
download | cpython-e1d325fb40f9881c9048c032823c9d5eaafe9239.zip cpython-e1d325fb40f9881c9048c032823c9d5eaafe9239.tar.gz cpython-e1d325fb40f9881c9048c032823c9d5eaafe9239.tar.bz2 |
Added gdbm plugins
Diffstat (limited to 'Mac/scripts')
-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 b332ea2..5adc785 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -87,6 +87,7 @@ FAT_INSTRUCTIONS=[ PLUGIN_INSTRUCTIONS=[ (buildmwproject, "CWIE", [ ":PlugIns:ctb.ppc.µ", + ":PlugIns:gdbm.ppc.µ", ":PlugIns:imgmodules.ppc.µ", ":PlugIns:macspeech.ppc.µ", ":PlugIns:toolboxmodules.ppc.µ", @@ -98,6 +99,7 @@ PLUGIN_INSTRUCTIONS=[ CFM68KPLUGIN_INSTRUCTIONS=[ (buildmwproject, "CWIE", [ ":PlugIns:ctb.CFM68K.µ", + ":PlugIns:gdbm.CFM68K.µ", ":PlugIns:imgmodules.CFM68K.µ", ":PlugIns:toolboxmodules.CFM68K.µ", ":PlugIns:qtmodules.CFM68K.µ", |