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

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 May 2001 15:21:43 -0700


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

Modified Files:
	mwerks_shared_config.h 
Log Message:
Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.

Index: mwerks_shared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_shared_config.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** mwerks_shared_config.h	2001/05/14 15:00:06	1.17
--- mwerks_shared_config.h	2001/05/22 22:21:41	1.18
***************
*** 29,32 ****
--- 29,33 ----
  #define USE_APPEARANCE	/* Enable Appearance support */
  #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
+ #define USE_TOOLBOX_OBJECT_GLUE /* Call toolbox object converters indirectly */
  
  #define USE_MSL_MALLOC	/* Disable private malloc. Also disables next two defines */