summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bugJack Jansen2002-01-271-3/+5
| | | | #509074.
* Also install the Tools directory on "make installmacsubtree".Jack Jansen2002-01-211-1/+40
|
* Added a note that you have to add Mac/Lib to sys.path after doingJack Jansen2002-01-181-0/+3
| | | | a "make installmacsubtree".
* Include errors.rsrc in the Python.app resource file, so the error stringsJack Jansen2002-01-151-2/+6
| | | | are available in MacOS API exceptions.
* removed debug print.Jack Jansen2001-09-111-1/+0
|
* Install the dialog resources into the application bundle. The EasyDialogsJack Jansen2001-09-091-1/+7
| | | | selftest now works.
* Added targets to install the application, and to install mac-additionsJack Jansen2001-09-061-1/+113
| | | | in Python.
* Rudimentary makefile for building the executable to go into aJack Jansen2001-09-051-0/+18
fullblown OSX application. It is starting to work, but building the application bundle is still handwork, and we need a minimal readme file too.