Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added -Wno-long-double | Jack Jansen | 2002-03-29 | 1 | -1/+2 |
| | |||||
* | Added target "installunixprograms" which installs python and pythonw in | Jack Jansen | 2002-03-29 | 1 | -2/+22 |
| | | | | | | /usr/local/bin (referring to the framework-based interpreter and Python.app). Added target symlinkmacsubtree to aid in debugging. | ||||
* | Shell script that invokes Python.app from the command line. Called pythonw | Jack Jansen | 2002-03-29 | 1 | -0/+2 |
| | | | | because of similarity to the same program on Windows. | ||||
* | Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug | Jack Jansen | 2002-01-27 | 1 | -3/+5 |
| | | | | #509074. | ||||
* | Also install the Tools directory on "make installmacsubtree". | Jack Jansen | 2002-01-21 | 1 | -1/+40 |
| | |||||
* | Added a note that you have to add Mac/Lib to sys.path after doing | Jack Jansen | 2002-01-18 | 2 | -0/+7 |
| | | | | a "make installmacsubtree". | ||||
* | Include errors.rsrc in the Python.app resource file, so the error strings | Jack Jansen | 2002-01-15 | 1 | -2/+6 |
| | | | | are available in MacOS API exceptions. | ||||
* | Updated, and converted line-endings to unix-style (oops:-) | Jack Jansen | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | removed debug print. | Jack Jansen | 2001-09-11 | 1 | -1/+0 |
| | |||||
* | Added a note about making sure the Lac/Lib directory is in sys.path. | Jack Jansen | 2001-09-11 | 1 | -2/+8 |
| | |||||
* | Install the dialog resources into the application bundle. The EasyDialogs | Jack Jansen | 2001-09-09 | 1 | -1/+7 |
| | | | | selftest now works. | ||||
* | Oops, this file is very outdated. Removed. | Jack Jansen | 2001-09-08 | 1 | -116/+0 |
| | |||||
* | Minimal instructions for using the Makefile here. Also a clear | Jack Jansen | 2001-09-06 | 1 | -0/+28 |
| | | | | | statement that this is a proof-of-concept meant for people to experiment with, nothing more. | ||||
* | Added targets to install the application, and to install mac-additions | Jack Jansen | 2001-09-06 | 1 | -1/+113 |
| | | | | in Python. | ||||
* | Rudimentary makefile for building the executable to go into a | Jack Jansen | 2001-09-05 | 1 | -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. | ||||
* | Steven Majewski's instructions for building the toolbox modules for | Jack Jansen | 2001-02-16 | 1 | -0/+116 |
incorporating them in a vanilla Python under MacOSX (i.e. in a non-MacPython-Python). Not complete and up-to-date right now, but that'll be fixed shortly. |