summaryrefslogtreecommitdiff
path: root/Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/PreferenceWindow.nib/classes.nib
Commit message (Collapse)AuthorAgeFilesLines
* Remove the application stub for Python Launcher. ThisRonald Oussoren2009-06-031-26/+0
| | | | | | | | directory structure isn't used during the build and causes problems when you do build without a separate build directory. Fixes issue 5267
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-0/+26
Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.