File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #
2+ # Local customizations
3+ #
4+
5+ # Where to find the Universal Header include files:
6+ INCLUDEDIR = "Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:"
7+
8+ # Where to put the python definitions file:
9+ TOOLBOXDIR = "Moes:Development:Jack:Python 1.3:Mac:Lib:toolbox:"
10+
11+ # Creator for C files:
12+ CREATOR = "CWIE"
Original file line number Diff line number Diff line change 2626except ImportError :
2727 MacOS = None
2828
29- # Default preferences
30- #CREATOR = 'KAHL' # Guido's favorite text editor on the Mac
31- #INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
32- CREATOR = 'CWIE' # Jack's favorite text editor on the Mac
33- INCLUDEDIR = "Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:"
34-
29+ from bgenlocations import CREATOR , INCLUDEDIR
3530
3631Error = "scantools.Error"
3732
You can’t perform that action at this time.
0 commit comments