[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_nonshared_config.h,1.23,1.24

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


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

Modified Files:
	mwerks_nonshared_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_nonshared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_nonshared_config.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** mwerks_nonshared_config.h	2001/01/25 16:27:28	1.23
--- mwerks_nonshared_config.h	2001/05/14 14:59:49	1.24
***************
*** 35,38 ****
--- 35,39 ----
  #endif
  #endif
+ #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
  
  #ifdef USE_MSL