[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_plugin_config.h,1.8,1.9

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


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

Modified Files:
	mwerks_plugin_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_plugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_plugin_config.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mwerks_plugin_config.h	2000/07/18 09:40:08	1.8
--- mwerks_plugin_config.h	2001/05/14 15:00:00	1.9
***************
*** 9,12 ****
--- 9,13 ----
  #endif
  #define WITH_THREAD		/* Use thread support (needs GUSI 2, not GUSI 1) */
+ #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
  #define USE_MSL			/* Use MSL libraries */
  #ifdef USE_MSL