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

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


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

Modified Files:
	mwerks_carbonplugin_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_carbonplugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbonplugin_config.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mwerks_carbonplugin_config.h	2001/01/23 22:46:21	1.1
--- mwerks_carbonplugin_config.h	2001/05/14 14:59:43	1.2
***************
*** 6,9 ****
--- 6,10 ----
  #define TARGET_API_MAC_CARBON 1
  #define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */
+ #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
  
  /* #define USE_GUSI1		/* Stdio implemented with GUSI */