mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
13 lines
373 B
Python
13 lines
373 B
Python
#
|
|
# Local customizations
|
|
#
|
|
|
|
# Where to find the Universal Header include files:
|
|
MWERKSDIR="Macintosh HD:SWDev:Codewarrior Pro 5: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:"
|
|
|
|
# Creator for C files:
|
|
CREATOR="CWIE"
|