summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile.jaguar
Commit message (Collapse)AuthorAgeFilesLines
* MacPython-2.3 has progressed so far that building a set of Mac 2.3Jack Jansen2003-06-191-105/+0
| | | | extensions on top of Python 2.2 no longer seems feasible.
* Changed folder name for apps from Python to MacPython-$(VERSION) (for aJack Jansen2002-12-251-1/+1
| | | | | normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the experimental Jaguar addon install).
* changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.pyJust van Rossum2002-11-221-5/+8
|
* Build PythonLauncher for MacPython-OSX 2.2 as well.Jack Jansen2002-11-201-3/+24
|
* First stab at a Makefile that will create a MacPython that uses theJack Jansen2002-11-151-0/+81
Apple-installed Python 2.2 from /usr/bin as it's underlying engine. All the MacPython stuff is installed into /Applications/MacPython-OSX, and .pth files and other magic are used to tie everything together. So far only the raw windowing interpreter and BuildApplet work.