summaryrefslogtreecommitdiffstats
path: root/Mac/OSX
Commit message (Collapse)AuthorAgeFilesLines
* Got rid of symlink target, and in stead have "make dontinstallmacsubtree"Jack Jansen2002-07-081-8/+8
| | | | | | which uses a .pth file to add the Mac/Lib from your source tree to sys.path. Also put the Python version number in a variable.Killed by signal 2.
* Patch #557719 by Tony Lownds, slightly massaged by me: streamline theJack Jansen2002-06-212-10/+27
| | | | | | | | | OSX framework build process. Things fixed/modified: - the filesystem case-sensitivity test now works for builds outside the source directory - various other fixes for building outside the source directory - python.app now has a target in the main Makefile - WASTE and AquaTk are found more automatically
* Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to readJack Jansen2002-05-231-3/+14
| | | | and maintain. Fixes #557482.
* Add Mac/Lib/lib-scriptpackages to sys.path too.Jack Jansen2002-03-301-2/+4
|
* Added -Wno-long-doubleJack Jansen2002-03-291-1/+2
|
* Added target "installunixprograms" which installs python and pythonw inJack Jansen2002-03-291-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 pythonwJack Jansen2002-03-291-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 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-182-0/+7
| | | | 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.
* Updated, and converted line-endings to unix-style (oops:-)Jack Jansen2001-12-091-1/+1
|
* removed debug print.Jack Jansen2001-09-111-1/+0
|
* Added a note about making sure the Lac/Lib directory is in sys.path.Jack Jansen2001-09-111-2/+8
|
* Install the dialog resources into the application bundle. The EasyDialogsJack Jansen2001-09-091-1/+7
| | | | selftest now works.
* Oops, this file is very outdated. Removed.Jack Jansen2001-09-081-116/+0
|
* Minimal instructions for using the Makefile here. Also a clearJack Jansen2001-09-061-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-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.
* Steven Majewski's instructions for building the toolbox modules forJack Jansen2001-02-161-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.