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

Jack Jansen jackjansen@users.sourceforge.net
2002年1月01日 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:

AltStyle によって変換されたページ (->オリジナル) /