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

Jack Jansen jackjansen@users.sourceforge.net
Mon, 14 May 2001 07:59:56 -0700


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

Modified Files:
	mwerks_nscarbon_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_nscarbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_nscarbon_config.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** mwerks_nscarbon_config.h	2001/01/29 13:26:59	1.4
--- mwerks_nscarbon_config.h	2001/05/14 14:59:54	1.5
***************
*** 40,43 ****
--- 40,44 ----
  #endif
  #endif
+ #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
  
  #ifdef USE_MSL