From: Jack Jansen Date: Sun, 7 Feb 1999 13:59:49 +0000 (+0000) Subject: Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules X-Git-Tag: v1.5.2b2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd44e3d1f43490068a4431ae67e5364d8b79961d;p=thirdparty%2FPython%2Fcpython.git Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules into the config file. --- diff --git a/Mac/mwerks/mwerks_shared_config.h b/Mac/mwerks/mwerks_shared_config.h index 969c870fcb8c..0dbdcdace843 100644 --- a/Mac/mwerks/mwerks_shared_config.h +++ b/Mac/mwerks/mwerks_shared_config.h @@ -8,7 +8,8 @@ #define USE_GUSI /* Stdio implemented with GUSI */ #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */ -/* #define USE_TOOLBOX /* Include toolbox modules in core Python */ +#define USE_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */ +/* #define USE_TOOLBOX /* Include all toolbox modules in core Python */ /* #define USE_QT /* Include quicktime modules in core Python */ /* #define USE_WASTE /* Include waste module in core Python */ /* #define USE_MACSPEECH /* Include macspeech module in core Python */