From: Jack Jansen Date: Thu, 15 Jul 2004 22:12:36 +0000 (+0000) Subject: Add Wcontrols.py to the patched IDE files. X-Git-Tag: v2.3.5c1~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80ff51d8446e46c179905a4481fe1d6eebc6139b;p=thirdparty%2FPython%2Fcpython.git Add Wcontrols.py to the patched IDE files. --- diff --git a/Mac/OSX/Makefile.panther b/Mac/OSX/Makefile.panther index 4ed7217c479b..624cdf44a262 100644 --- a/Mac/OSX/Makefile.panther +++ b/Mac/OSX/Makefile.panther @@ -23,9 +23,12 @@ install_IDE: $(MAKE) -f Makefile install_IDE \ 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. + # 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: $(MAKE) -f Makefile install_PackageManager \