summaryrefslogtreecommitdiff
path: root/Mac/Lib/bundlebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-704/+0
* - found a case where sys.path[0] isn't set to Contents/Resources,Just van Rossum2002-11-301-2/+8
* Forgot to do os.path.basename() on mainprogram: a nonworking app was built if...Just van Rossum2002-11-291-7/+6
* added Thomas H's LOADER code for importing extension (sub)modules; little tweaksJust van Rossum2002-11-291-21/+27
* fixed typo and wrappingJust van Rossum2002-11-281-1/+2
* - Rewrote bootstapping code in sh so we're really independent of anJust van Rossum2002-11-281-40/+54
* added support for building standalone applicationsJust van Rossum2002-11-261-14/+259
* get creator code from plist if available, instead of overriding with defaultJust van Rossum2002-11-241-1/+6
* whoops, -p actually has an argumentJust van Rossum2002-11-241-1/+1
* cleaned up __init__ argument mess with a funky base classJust van Rossum2002-11-231-74/+81
* Added --link-exec option: make a symlink for the executable only, copy all ot...Just van Rossum2002-11-221-4/+20
* fixed error in cmd line doc; moved funny self.name line once moreJust van Rossum2002-11-221-2/+3
* fixed stupid bugJust van Rossum2002-11-221-1/+1
* added command line interface; refactored a bit; little things.Just van Rossum2002-11-211-82/+179
* Tools to create MacOS X (application) bundles.Just van Rossum2002-11-211-0/+307