summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-02-07 13:59:49 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-02-07 13:59:49 (GMT)
commitfd44e3d1f43490068a4431ae67e5364d8b79961d (patch)
tree6edf32210b8da846e75d01c74e3764346336360f /Mac/mwerks
parentfa155a1b2c721e0b6281337d8ad11c5e427ddac1 (diff)
downloadcpython-fd44e3d1f43490068a4431ae67e5364d8b79961d.zip
cpython-fd44e3d1f43490068a4431ae67e5364d8b79961d.tar.gz
cpython-fd44e3d1f43490068a4431ae67e5364d8b79961d.tar.bz2
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r--Mac/mwerks/mwerks_shared_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_shared_config.h b/Mac/mwerks/mwerks_shared_config.h
index 969c870..0dbdcda 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 */