]> granicus.if.org Git - python/commit
First stab at a Makefile that will create a MacPython that uses the
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 15 Nov 2002 00:13:33 +0000 (00:13 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 15 Nov 2002 00:13:33 +0000 (00:13 +0000)
commit26e6be3572c0a01c5874681022c027dc047a49a3
tree8978dcd884ae053e2558ca0cda97655accb8d089
parent4ea1f455d7e3d87fda1b121a1fc543a4b792c0da
First stab at a Makefile that will create a MacPython that uses the
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.
Mac/OSX/Makefile.jaguar [new file with mode: 0644]
Mac/OSX/setup.jaguar.py [new file with mode: 0644]