summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-10-09 23:12:22 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-10-09 23:12:22 (GMT)
commitd40f3c60ca39b76c518df368477baa7c338b139e (patch)
treee73aac880f4c930024cd48a6e0b607ec81bed537 /Tools
parent732151473b9528302518c54a48e5767bc7746200 (diff)
downloadcpython-d40f3c60ca39b76c518df368477baa7c338b139e.zip
cpython-d40f3c60ca39b76c518df368477baa7c338b139e.tar.gz
cpython-d40f3c60ca39b76c518df368477baa7c338b139e.tar.bz2
New universal headers
Diffstat (limited to 'Tools')
-rw-r--r--Tools/bgen/bgen/scantools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/bgen/bgen/scantools.py b/Tools/bgen/bgen/scantools.py
index 7a210ff..baed1d9 100644
--- a/Tools/bgen/bgen/scantools.py
+++ b/Tools/bgen/bgen/scantools.py
@@ -29,8 +29,8 @@ except ImportError:
# Default preferences
#CREATOR = 'KAHL' # Guido's favorite text editor on the Mac
#INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
-CREATOR = 'MPCC' # Jack's favorite text editor on the Mac
-INCLUDEDIR = "Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
+CREATOR = 'CWIE' # Jack's favorite text editor on the Mac
+INCLUDEDIR = "Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:"
Error = "scantools.Error"