[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_shared_config.h,1.18,1.19

Jack Jansen jackjansen@users.sourceforge.net
Tue, 07 Aug 2001 06:52:57 -0700


Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv16160/python/Mac/mwerks

Modified Files:
	mwerks_shared_config.h 
Log Message:
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.

Index: mwerks_shared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_shared_config.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** mwerks_shared_config.h	2001/05/22 22:21:41	1.18
--- mwerks_shared_config.h	2001/08/07 13:52:55	1.19
***************
*** 11,15 ****
  #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_TOOLBOX		/* Include all toolbox modules in core Python */
  /* #define USE_QT		/* Include quicktime modules in core Python */
--- 11,15 ----
  #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_TOOLBOX		/* Include all toolbox modules in core Python */
  /* #define USE_QT		/* Include quicktime modules in core Python */