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

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 May 2001 15:21:39 -0700


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

Modified Files:
	mwerks_plugin_config.h 
Log Message:
Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.

Index: mwerks_plugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_plugin_config.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** mwerks_plugin_config.h	2001/05/14 15:00:00	1.9
--- mwerks_plugin_config.h	2001/05/22 22:21:37	1.10
***************
*** 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
--- 9,14 ----
  #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_TOOLBOX_OBJECT_GLUE	/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
  #define USE_MSL			/* Use MSL libraries */
  #ifdef USE_MSL