summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-01-26 20:33:46 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-01-26 20:33:46 (GMT)
commitdb5ab80411b8da0773653badff42a4939dbe7b61 (patch)
tree07d425211f3d2cba79bd2d142b506b38a33204c9 /Lib/plat-mac
parent2b3ce3ba3f6f3fa688cb9e38de640e8cb15c4095 (diff)
downloadcpython-db5ab80411b8da0773653badff42a4939dbe7b61.zip
cpython-db5ab80411b8da0773653badff42a4939dbe7b61.tar.gz
cpython-db5ab80411b8da0773653badff42a4939dbe7b61.tar.bz2
Path to default location for Python output has changed.
Diffstat (limited to 'Lib/plat-mac')
-rw-r--r--Lib/plat-mac/bgenlocations.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/plat-mac/bgenlocations.py b/Lib/plat-mac/bgenlocations.py
index 84f3587..87400e1 100644
--- a/Lib/plat-mac/bgenlocations.py
+++ b/Lib/plat-mac/bgenlocations.py
@@ -26,7 +26,7 @@ else:
# end of lines, so don't worry about that.
#
if sys.platform == 'mac':
- _MWERKSDIR="Macintosh HD:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
+ _MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
else:
_MWERKSDIR="/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces", "CIncludes")
@@ -37,9 +37,9 @@ INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces",
# your source directory, not your installed directory.
#
if sys.platform == 'mac':
- TOOLBOXDIR=os.path.join(sys.prefix, "Mac", "Lib", "Carbon")
+ TOOLBOXDIR=os.path.join(sys.prefix, "Lib", "plat-mac", "Carbon")
else:
- TOOLBOXDIR="/Users/jack/src/python/Mac/Lib/Carbon"
+ TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon"
# Creator for C files:
CREATOR="CWIE"