]> granicus.if.org Git - python/commit
Fix for issue #2573: Can't change the framework name on OS X builds
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 May 2008 19:45:11 +0000 (19:45 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 May 2008 19:45:11 +0000 (19:45 +0000)
commit580c7fec67eb233bb3b31db0f656174be032e6ed
tree7784e56c7de5f4a793f18e5aac3aa3571a43dff6
parentee340e501d2a59d70a91748ebd948787bfac8044
Fix for issue #2573: Can't change the framework name on OS X builds

This introduces a new configure option: --with-framework-name=NAME
(defaulting to 'Python'). This allows you to install several copies
of the Python framework with different names (such as a normal build
and a debug build).
13 files changed:
Mac/BuildScript/build-installer.py
Mac/BuildScript/resources/ReadMe.txt
Mac/IDLE/Makefile.in
Mac/Makefile.in
Mac/Resources/app/Info.plist.in [moved from Mac/Resources/app/Info.plist with 86% similarity]
Mac/Resources/app/Resources/English.lproj/InfoPlist.strings [deleted file]
Mac/Resources/framework/English.lproj/InfoPlist.strings [deleted file]
Mac/Resources/framework/Info.plist.in [moved from Mac/Resources/framework/Info.plist with 72% similarity]
Mac/Resources/framework/version.plist [deleted file]
Makefile.pre.in
Misc/NEWS
configure
configure.in