summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/bgenlocations.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-12 15:37:26 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-12 15:37:26 (GMT)
commitf59c6fa1256c4ddfcef95df8dd3f808c902fecc2 (patch)
treea6744dbadfffc07557d169a02d6e3088f33114b6 /Lib/plat-mac/bgenlocations.py
parent53b341ff67f2b7d63db2783734a813354a5e3264 (diff)
downloadcpython-f59c6fa1256c4ddfcef95df8dd3f808c902fecc2.zip
cpython-f59c6fa1256c4ddfcef95df8dd3f808c902fecc2.tar.gz
cpython-f59c6fa1256c4ddfcef95df8dd3f808c902fecc2.tar.bz2
When in MacPython-OSX use bundlebuilder to create .app bundles.
Diffstat (limited to 'Lib/plat-mac/bgenlocations.py')
-rw-r--r--Lib/plat-mac/bgenlocations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-mac/bgenlocations.py b/Lib/plat-mac/bgenlocations.py
index 87400e1..896861e 100644
--- a/Lib/plat-mac/bgenlocations.py
+++ b/Lib/plat-mac/bgenlocations.py
@@ -26,9 +26,9 @@ else:
# end of lines, so don't worry about that.
#
if sys.platform == 'mac':
- _MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
+ _MWERKSDIR="Sap:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
else:
- _MWERKSDIR="/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
+ _MWERKSDIR="/Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces", "CIncludes")
#