[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_tkplugin_config.h,1.5,1.6

Jack Jansen jackjansen@users.sourceforge.net
Mon, 14 May 2001 08:00:40 -0700


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

Modified Files:
	mwerks_tkplugin_config.h 
Log Message:
Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.

Index: mwerks_tkplugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_tkplugin_config.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** mwerks_tkplugin_config.h	2000/05/06 22:32:35	1.5
--- mwerks_tkplugin_config.h	2001/05/14 15:00:38	1.6
***************
*** 11,12 ****
--- 11,13 ----
  #define USE_TK			/* Include _tkinter module in core Python */
  #define MAC_TCL			/* This *must* be on if USE_TK is on */
+ #define WITHOUT_FRAMEWORKS	/* Use old-style Universal Header includes, not Carbon/Carbon.h */