From 80ff51d8446e46c179905a4481fe1d6eebc6139b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 15 Jul 2004 22:12:36 +0000 Subject: [PATCH] Add Wcontrols.py to the patched IDE files. --- Mac/OSX/Makefile.panther | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 \ -- 2.47.3