[Python-checkins] CVS: python/dist/src/Mac/Modules/scrap scrapsupport.py,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 May 2001 14:55:28 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/scrap
In directory usw-pr-cvs1:/tmp/cvs-serv15047/Python/Mac/Modules/scrap

Modified Files:
	scrapsupport.py 
Log Message:
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.

Index: scrapsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/scrap/scrapsupport.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** scrapsupport.py	2001/01/24 16:04:01	1.2
--- scrapsupport.py	2001/05/22 21:55:26	1.3
***************
*** 23,27 ****
  
  includestuff = includestuff + """
! #include <%s>""" % MACHEADERFILE + """
  
  /*
--- 23,31 ----
  
  includestuff = includestuff + """
! #ifdef WITHOUT_FRAMEWORKS
! #include <Scrap.h>
! #else
! #include <Carbon/Carbon.h>
! #endif
  
  /*