]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Wcontrols.py to the patched IDE files.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 15 Jul 2004 22:12:36 +0000 (22:12 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 15 Jul 2004 22:12:36 +0000 (22:12 +0000)
Mac/OSX/Makefile.panther

index 4ed7217c479bd3306ee7650ad8d277a3a2026890..624cdf44a262cc4f0e50d7eb69a7e78037bda715 100644 (file)
@@ -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 \