summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/ConfigurePython.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-08-19 13:58:57 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-08-19 13:58:57 (GMT)
commit78c3cc4f0ce7bff70a612cd193fd39e525cd7243 (patch)
tree4f96e3ba23345b9f7edeef2f4f6b93aa45344e0e /Mac/scripts/ConfigurePython.py
parent03a00a8081f104eea69b84415e4fb227a0b3e61b (diff)
downloadcpython-78c3cc4f0ce7bff70a612cd193fd39e525cd7243.zip
cpython-78c3cc4f0ce7bff70a612cd193fd39e525cd7243.tar.gz
cpython-78c3cc4f0ce7bff70a612cd193fd39e525cd7243.tar.bz2
MkPluginAliases now knows about fat PythonCore (and all resource files
got binhexed again)
Diffstat (limited to 'Mac/scripts/ConfigurePython.py')
-rw-r--r--Mac/scripts/ConfigurePython.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py
index 759c4ee..a5cbf62 100644
--- a/Mac/scripts/ConfigurePython.py
+++ b/Mac/scripts/ConfigurePython.py
@@ -192,6 +192,7 @@ def main():
print 'Creating PythonCore aliases in Extensions folder...'
os.chdir('::')
n = 0
+ n = n + mkcorealias('PythonCore', 'PythonCore')
n = n + mkcorealias('PythonCorePPC', ':build.macppc.shared:PythonCorePPC')
n = n + mkcorealias('PythonCoreCFM68K', ':build.mac68k.shared:PythonCoreCFM68K')
if n == 0: