Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e790eae commit f147238Copy full SHA for f147238
1 file changed
Tools/bgen/bgen/bgenlocations.py
@@ -1,13 +1,13 @@
1
#
2
# Local customizations
3
4
-
+import sys, os
5
# Where to find the Universal Header include files:
6
-MWERKSDIR="Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:"
+MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:"
7
INCLUDEDIR=MWERKSDIR + "MacOS Support:Universal:Interfaces:CIncludes:"
8
9
# Where to put the python definitions file:
10
-TOOLBOXDIR="Macintosh HD:SWDev:Jack:Python:Mac:Lib:lib-toolbox:"
+TOOLBOXDIR=os.path.join(sys.prefix, ":Mac:Lib:Carbon:")
11
12
# Creator for C files:
13
CREATOR="CWIE"
0 commit comments