]> granicus.if.org Git - python/commit
Rework the build system for osx applications:
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 14 May 2006 19:56:34 +0000 (19:56 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 14 May 2006 19:56:34 +0000 (19:56 +0000)
commit836b039b7cbcf99dd0864dcdffa30ef66a81d819
tree840c0b4da42ed45831769fff68b9040fdf910f87
parent375f06b1755b712dcb1868fb32ee86dd317552f5
Rework the build system for osx applications:

* Don't use xcodebuild for building PythonLauncher, but use a normal unix
  makefile. This makes it a lot easier to use the same build flags as for the
  rest of python (e.g. make a universal version of python launcher)
* Convert the mac makefile-s to makefile.in-s and use configure to set makefile
  variables instead of forwarding them as command-line arguments
* Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw'
* Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow
  easier modification of the bundle contents later on.
21 files changed:
Lib/plat-mac/bundlebuilder.py
Mac/OSX/IDLE/Makefile.in [new file with mode: 0644]
Mac/OSX/IDLE/idlemain.py [new file with mode: 0644]
Mac/OSX/Icons/IDLE.icns [new file with mode: 0644]
Mac/OSX/Icons/PythonCompiled.icns [moved from Mac/OSX/PythonLauncher/PythonCompiled.icns with 100% similarity]
Mac/OSX/Icons/PythonLauncher.icns [moved from Mac/OSX/PythonLauncher/PythonInterpreter.icns with 100% similarity]
Mac/OSX/Icons/PythonSource.icns [moved from Mac/OSX/PythonLauncher/PythonSource.icns with 100% similarity]
Mac/OSX/Makefile [deleted file]
Mac/OSX/Makefile.in [new file with mode: 0644]
Mac/OSX/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib [new file with mode: 0644]
Mac/OSX/PythonLauncher/English.lproj/PreferenceWindow.nib/info.nib [new file with mode: 0644]
Mac/OSX/PythonLauncher/English.lproj/PreferenceWindow.nib/objects.nib [new file with mode: 0644]
Mac/OSX/PythonLauncher/Info.plist [new file with mode: 0644]
Mac/OSX/PythonLauncher/Makefile.in [new file with mode: 0644]
Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj [deleted file]
Mac/OSX/PythonLauncher/PythonWSource.icns [deleted file]
Mac/OSX/Tools/pythonw.c [new file with mode: 0644]
Mac/OSXResources/framework/Info.plist
Makefile.pre.in
configure
configure.in