summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-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"