Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Feb 1999 13:59:49 +0000 (13:59 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Feb 1999 13:59:49 +0000 (13:59 +0000)
into the config file.

Mac/mwerks/mwerks_shared_config.h

index 969c870fcb8cbd56f3082ccdc3a6fdc5dcaff85b..0dbdcdace843eec9e8b61a25b5b715481c0ad2be 100644 (file)
@@ -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 */