summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/BuildApplication.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-140/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Getting rid of StandardGetFileJack Jansen2003-01-221-6/+5
|
* Use the new macresource module to open the accompanying resource file (if ↵Jack Jansen2001-08-271-7/+2
| | | | needed).
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-2/+2
|
* Oops, interaction() returned a single value in stead of a tuple (I thought ↵Jack Jansen2000-12-141-3/+2
| | | | that bug was loooong fixed??!?).
* Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications ↵Jack Jansen2000-07-241-0/+5
| | | | without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support).
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-1/+1
| | | | carbon-compatible).
* Converted to Appearance.Jack Jansen1999-12-231-2/+2
|
* Typo fixed in docstring; removed unneccesary import. (jvr)Just van Rossum1999-11-041-2/+1
|
* removed two redundant lines -- jvrJust van Rossum1999-04-241-2/+0
|
* Build a full standalone application from a python script (Just)Jack Jansen1998-07-311-0/+145