Moved customization to bgenlocations.py module.
This commit is contained in:
parent
eba88567a2
commit
d544d0126d
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# Local customizations
|
||||
#
|
||||
|
||||
# Where to find the Universal Header include files:
|
||||
INCLUDEDIR="Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:"
|
||||
|
||||
# Where to put the python definitions file:
|
||||
TOOLBOXDIR="Moes:Development:Jack:Python 1.3:Mac:Lib:toolbox:"
|
||||
|
||||
# Creator for C files:
|
||||
CREATOR="CWIE"
|
|
@ -26,12 +26,7 @@ try:
|
|||
except ImportError:
|
||||
MacOS = None
|
||||
|
||||
# Default preferences
|
||||
#CREATOR = 'KAHL' # Guido's favorite text editor on the Mac
|
||||
#INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
|
||||
CREATOR = 'CWIE' # Jack's favorite text editor on the Mac
|
||||
INCLUDEDIR = "Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:"
|
||||
|
||||
from bgenlocations import CREATOR, INCLUDEDIR
|
||||
|
||||
Error = "scantools.Error"
|
||||
|
||||
|
|
Loading…
Reference in New Issue