[Python-checkins] python/dist/src/Mac/OSX Makefile.panther, 1.1.2.3, 1.1.2.4

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Fri Jul 16 00:12:39 CEST 2004


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4346

Modified Files:
      Tag: release23-maint
	Makefile.panther 
Log Message:
Add Wcontrols.py to the patched IDE files.


Index: Makefile.panther
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Attic/Makefile.panther,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** Makefile.panther	4 Nov 2003 21:02:59 -0000	1.1.2.3
--- Makefile.panther	15 Jul 2004 22:12:36 -0000	1.1.2.4
***************
*** 24,30 ****
  		BUILDPYTHON=$(APPLE_PYTHON) INSTALLED_PYTHONW=$(APPLE_PYTHONW) \
  		DESTDIR=$(DESTDIR) PYTHONAPPSDIR=$(PYTHONAPPSDIR)
! 	# Add the extra file to the resources. This is to work around a bugs in
! 	# PythonIDEMain.py in the original 2.3.
  	cp ../Tools/IDE/PythonIDEMain.py $(DESTDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
  
  install_PackageManager:
--- 24,33 ----
  		BUILDPYTHON=$(APPLE_PYTHON) INSTALLED_PYTHONW=$(APPLE_PYTHONW) \
  		DESTDIR=$(DESTDIR) PYTHONAPPSDIR=$(PYTHONAPPSDIR)
! 	# Add the extra files to the resources. This is to work around bugs in
! 	# them in the original 2.3.
  	cp ../Tools/IDE/PythonIDEMain.py $(DESTDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
+ 	cp ../Tools/IDE/Wapplication.py $(DESTDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
+ 	cp ../Tools/IDE/Wcontrols.py $(DESTDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
+ 	cp ../Tools/IDE/PyEdit.py $(DESTDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
  
  install_PackageManager:



More information about the Python-checkins mailing list