[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_shcarbon_config.h,1.2,1.3

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


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

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

Index: mwerks_shcarbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_shcarbon_config.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mwerks_shcarbon_config.h	2001/05/14 15:00:12	1.2
--- mwerks_shcarbon_config.h	2001/05/22 22:21:45	1.3
***************
*** 34,37 ****
--- 34,38 ----
  #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 */