summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macapplication.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+4
| | | | unsupported features).
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-241-0/+35
- Applications now have their (minimal) main prrogram in macapplication.c and the rest of the init code in macglue.c. - A new define, USE_MAC_APPLET_SUPPORT, independent of USE_MAC_SHARED_LIB - chdir to script directory now done in PyMac_InitApplication.