[Python-checkins] CVS: python/dist/src/Tools/bgen/bgen bgenlocations.py,1.4,1.5

Jack Jansen jackjansen@users.sourceforge.net
Tue, 01 Jan 2002 14:39:09 -0800


Update of /cvsroot/python/python/dist/src/Tools/bgen/bgen
In directory usw-pr-cvs1:/tmp/cvs-serv9103/Python/Tools/bgen/bgen

Modified Files:
	bgenlocations.py 
Log Message:
Updated to current pathnames.

Index: bgenlocations.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/bgen/bgen/bgenlocations.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** bgenlocations.py	2000/06/28 20:53:33	1.4
--- bgenlocations.py	2002/01/01 22:39:07	1.5
***************
*** 2,12 ****
  # Local customizations
  #
! 
  # Where to find the Universal Header include files:
! MWERKSDIR="Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:"
  INCLUDEDIR=MWERKSDIR + "MacOS Support:Universal:Interfaces:CIncludes:"
  
  # Where to put the python definitions file:
! TOOLBOXDIR="Macintosh HD:SWDev:Jack:Python:Mac:Lib:lib-toolbox:"
  
  # Creator for C files:
--- 2,12 ----
  # Local customizations
  #
! import sys, os
  # Where to find the Universal Header include files:
! MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:"
  INCLUDEDIR=MWERKSDIR + "MacOS Support:Universal:Interfaces:CIncludes:"
  
  # Where to put the python definitions file:
! TOOLBOXDIR=os.path.join(sys.prefix, ":Mac:Lib:Carbon:")
  
  # Creator for C files: