[Python-checkins] python/dist/src/Tools/scripts h2py.py,1.16,1.17

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 10 Jun 2002 23:22:33 -0700


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv15074/Tools/scripts

Modified Files:
	h2py.py 
Log Message:
Patch #488073: AtheOS port.


Index: h2py.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/h2py.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** h2py.py	6 Dec 2001 03:28:17 -0000	1.16
--- h2py.py	11 Jun 2002 06:22:31 -0000	1.17
***************
*** 51,54 ****
--- 51,56 ----
              if  sys.platform.find("beos") == 0:
                  searchdirs=os.environ['BEINCLUDES'].split(';')
+             elif sys.platform.startswith("atheos"):
+                 searchdirs=os.environ['C_INCLUDE_PATH'].split(':')
              else:
                  raise KeyError