summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/buildappbundle.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-104/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* make the --link option match the original: just symlink the executableJust van Rossum2002-11-221-2/+2
|
* Replaced the bundle building code with calls to the new bundlebuilderJust van Rossum2002-11-221-133/+75
| | | | | | | | | module. Jack: I've compared the .app output of the orginal with the new and I can't find any significant differences. However, bundlebuilder.py contains its' own command line interface and I think we should use that instead. I'll have a look to see whether I can patch Mac/OSX/Makefile.jaguar to this effect.
* Make the Resources directory if needed.Jack Jansen2002-11-151-0/+2
|
* Script to create .app bundles. Largely untested.Jack Jansen2002-11-061-0/+160