summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-07 13:53:25 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-07 13:53:25 (GMT)
commit67992b7732ed305f41465e3b43fda551e09d5345 (patch)
treee306bd19e2a8bc83c9d3ba06673583785df84996 /Mac/mwerks
parent59c14e225498456d93924cc6b94c3366a2f65101 (diff)
downloadcpython-67992b7732ed305f41465e3b43fda551e09d5345.zip
cpython-67992b7732ed305f41465e3b43fda551e09d5345.tar.gz
cpython-67992b7732ed305f41465e3b43fda551e09d5345.tar.bz2
Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r--Mac/mwerks/mwerks_shared_config.h2
-rw-r--r--Mac/mwerks/mwerks_shcarbon_config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mac/mwerks/mwerks_shared_config.h b/Mac/mwerks/mwerks_shared_config.h
index 05e9293..db5dffc 100644
--- a/Mac/mwerks/mwerks_shared_config.h
+++ b/Mac/mwerks/mwerks_shared_config.h
@@ -10,7 +10,7 @@
#define USE_GUSI2 /* Stdio implemented with GUSI */
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
-#define USE_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
+/* #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 */
diff --git a/Mac/mwerks/mwerks_shcarbon_config.h b/Mac/mwerks/mwerks_shcarbon_config.h
index 26a9b14..24e6129 100644
--- a/Mac/mwerks/mwerks_shcarbon_config.h
+++ b/Mac/mwerks/mwerks_shcarbon_config.h
@@ -15,7 +15,7 @@
/* # define USE_GUSI1 /* Stdio implemented with GUSI 1 */
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
-#define USE_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
+/* #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 */