Update of /cvsroot/python/python/dist/src/Mac/OSX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9470/Mac/OSX Modified Files: Tag: release23-maint Makefile.panther Log Message: - Changed version numbers to get ready for 2.3.5 - Various of the mods to build the 3rd MacPython additions (but not all). Index: Makefile.panther =================================================================== RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Attic/Makefile.panther,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -d -r1.1.2.4 -r1.1.2.5 --- Makefile.panther 15 Jul 2004 22:12:36 -0000 1.1.2.4 +++ Makefile.panther 27 Dec 2004 16:41:52 -0000 1.1.2.5 @@ -3,7 +3,7 @@ # ommitted from Apple's installation of Python 2.3. # all: install_waste install_IDE install_PackageManager install_IDLE \ - install_BuildApplet installextras install_PythonLauncher + install_BuildApplet installextras install_PythonLauncher install_pimpupdate VERSION=2.3 DESTDIR= @@ -52,4 +52,7 @@ install_PythonLauncher: ln -fsn $(APPLE_PYTHONLAUNCHER) $(DESTDIR)$(PYTHONAPPSDIR)/PythonLauncher - \ No newline at end of file + +install_pimpupdate: + cp ../../Lib/plat-mac/pimp.py $(DESTDIR)/Library/Python/2.3/pimp_update.py +
participants (1)
-
jackjansenï¼ users.sourceforge.net