MkPluginAliases now knows about fat PythonCore (and all resource files
got binhexed again)
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 @@
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: