summaryrefslogtreecommitdiffstats
path: root/Tools/bgen
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-05 14:56:04 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-05 14:56:04 (GMT)
commit6573f31874a2dc0b8edb7ff8e0287889aff56c3e (patch)
tree69b632d2f70b32366d114f8189c849ffef96049f /Tools/bgen
parenteade4a158049be814a38bb9faeafaddb8404f6b0 (diff)
downloadcpython-6573f31874a2dc0b8edb7ff8e0287889aff56c3e.zip
cpython-6573f31874a2dc0b8edb7ff8e0287889aff56c3e.tar.gz
cpython-6573f31874a2dc0b8edb7ff8e0287889aff56c3e.tar.bz2
Moved bgenlocations to the Mac/Lib directory. Not perfect, but better than
where it was: it is really a configuration file, not a normal module. By moving it into Mac/Lib we can now also store the location of bgen itself in there, which is needed because bgen isn't installed.
Diffstat (limited to 'Tools/bgen')
-rw-r--r--Tools/bgen/bgen/bgenlocations.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/Tools/bgen/bgen/bgenlocations.py b/Tools/bgen/bgen/bgenlocations.py
deleted file mode 100644
index fbe80e1..0000000
--- a/Tools/bgen/bgen/bgenlocations.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Local customizations
-#
-import sys, os
-# Where to find the Universal Header include files:
-MWERKSDIR="/Applications/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
-INCLUDEDIR=os.path.join(MWERKSDIR, "MacOS Support", "Universal", "Interfaces", "CIncludes")
-
-# Where to put the python definitions file:
-TOOLBOXDIR=os.path.join(sys.prefix, "Mac", "Lib", "Carbon")
-
-# Creator for C files:
-CREATOR="CWIE"