Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f147238

Browse files
committed
Updated to current pathnames.
1 parent e790eae commit f147238

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tools/bgen/bgen/bgenlocations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#
22
# Local customizations
33
#
4-
4+
import sys, os
55
# Where to find the Universal Header include files:
6-
MWERKSDIR="Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:"
6+
MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:"
77
INCLUDEDIR=MWERKSDIR + "MacOS Support:Universal:Interfaces:CIncludes:"
88

99
# Where to put the python definitions file:
10-
TOOLBOXDIR="Macintosh HD:SWDev:Jack:Python:Mac:Lib:lib-toolbox:"
10+
TOOLBOXDIR=os.path.join(sys.prefix, ":Mac:Lib:Carbon:")
1111

1212
# Creator for C files:
1313
CREATOR="CWIE"

0 commit comments

Comments
 (0)