From: Jack Jansen Date: Mon, 23 Dec 1996 16:56:19 +0000 (+0000) Subject: Added gdbm plugins X-Git-Tag: v1.5a1~662 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1d325fb40f9881c9048c032823c9d5eaafe9239;p=thirdparty%2FPython%2Fcpython.git Added gdbm plugins --- diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index b332ea2ea8a2..5adc785aeee0 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.µ",