MkPluginAliases now knows about fat PythonCore (and all resource files

got binhexed again)
This commit is contained in:
Jack Jansen 1997-08-19 13:58:57 +00:00
parent 03a00a8081
commit 78c3cc4f0c
8 changed files with 164 additions and 163 deletions

View file

@ -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: