]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Updated to current pathnames.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 1 Jan 2002 22:39:07 +0000 (22:39 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 1 Jan 2002 22:39:07 +0000 (22:39 +0000)
Tools/bgen/bgen/bgenlocations.py

index 4a2bd3b3a20a2032e68dfeaab8765f5abce0c158..341f77d19e8b3396adc252f85e02dbfff2936c1e 100644 (file)
@@ -1,13 +1,13 @@
 #
 # Local customizations
 #
-
+import sys, os
 # Where to find the Universal Header include files:
-MWERKSDIR="Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:"
+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="Macintosh HD:SWDev:Jack:Python:Mac:Lib:lib-toolbox:"
+TOOLBOXDIR=os.path.join(sys.prefix, ":Mac:Lib:Carbon:")
 
 # Creator for C files:
 CREATOR="CWIE"