[Python-checkins] CVS: python/dist/src/Mac/Modules/icn icnsupport.py,1.4,1.5

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


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

Modified Files:
	icnsupport.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: icnsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/icn/icnsupport.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** icnsupport.py	2000/07/14 22:16:40	1.4
--- icnsupport.py	2001/05/22 21:52:42	1.5
***************
*** 47,51 ****
  
  includestuff = includestuff + """
! #include <%s>""" % MACHEADERFILE + """
  """
  
--- 47,56 ----
  
  includestuff = includestuff + """
! #ifdef WITHOUT_FRAMEWORKS
! #include <Icons.h>
! #else
! #include <Carbon/Carbon.h>
! #endif
! 
  """