cpython/Mac/OSX/PythonLauncher
Ronald Oussoren 836b039b7c 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.
2006-05-14 19:56:34 +00:00
..
English.lproj Rework the build system for osx applications: 2006-05-14 19:56:34 +00:00
PreferenceWindow.nib Made preference window resizable (and do the most logical thing on resize) 2004-07-16 12:35:06 +00:00
FileSettings.h Added a field that allows the user to set sys.argv-style arguments 2003-06-20 22:21:03 +00:00
FileSettings.m Added a field that allows the user to set sys.argv-style arguments 2003-06-20 22:21:03 +00:00
Info.plist Rework the build system for osx applications: 2006-05-14 19:56:34 +00:00
Makefile.in Rework the build system for osx applications: 2006-05-14 19:56:34 +00:00
MyAppDelegate.h At startup, test that PythonLauncher is the default application for files 2003-06-20 14:36:58 +00:00
MyAppDelegate.m At startup, test that PythonLauncher is the default application for files 2003-06-20 14:36:58 +00:00
MyDocument.h Added a field that allows the user to set sys.argv-style arguments 2003-06-20 22:21:03 +00:00
MyDocument.m Added a field that allows the user to set sys.argv-style arguments 2003-06-20 22:21:03 +00:00
PreferencesWindowController.h The interpreter popup was never filled with any data, fixed. 2004-07-16 12:36:02 +00:00
PreferencesWindowController.m The interpreter popup was never filled with any data, fixed. 2004-07-16 12:36:02 +00:00
doscript.h
doscript.m correct comment (and add newline at end) 2003-01-04 16:26:26 +00:00
factorySettings.plist Cleaned up list of interpreters. 2004-07-16 12:34:23 +00:00
main.m On startup, attempt to set the working directory to $HOME. 2004-06-03 14:15:50 +00:00