@@ -48,8 +48,8 @@ CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py
4848compileall =$(srcdir ) /Lib/compileall.py
4949bundlebuilder =$(srcdir ) /Lib/plat-mac/bundlebuilder.py
5050
51- installapps : install_PythonLauncher install_Python install_BuildApplet \
52- install_PackageManager install_IDE install_IDLE
51+ installapps : install_PythonLauncher install_Python install_BuildApplet install_IDE \
52+ install_IDLE install_PackageManager
5353
5454install_PythonLauncher :
5555 cd $(srcdir ) /Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
@@ -104,18 +104,12 @@ install_IDE: $(INSTALLED_PYTHONW)
104104 echo PythonIDE needs the \" waste\" extension module; \
105105 echo See Mac/OSX/README for details; \
106106 else \
107- echo $(INSTALLED_PYTHONW ) $(bundlebuilder ) \
108- --builddir $(PYTHONAPPSDIR ) / \
109- --resource $(srcdir ) /Mac/Tools/IDE/PythonIDE.rsrc \
110- --mainprogram $(srcdir ) /Mac/Tools/IDE/PythonIDE.py \
111- --iconfile $(srcdir ) /Mac/Tools/IDE/PythonIDE.icns \
112- --creator Pide build; \
113- $(INSTALLED_PYTHONW ) $(bundlebuilder ) \
114- --builddir $(PYTHONAPPSDIR ) / \
115- --resource $(srcdir ) /Mac/Tools/IDE/PythonIDE.rsrc \
116- --mainprogram $(srcdir ) /Mac/Tools/IDE/PythonIDE.py \
117- --iconfile $(srcdir ) /Mac/Tools/IDE/PythonIDE.icns \
118- --creator Pide build; \
107+ echo $(INSTALLED_PYTHONW ) $(srcdir ) /Mac/scripts/BuildApplet.py \
108+ --output $(PYTHONAPPSDIR ) /PythonIDE.app --noargv \
109+ $(srcdir ) /Mac/Tools/IDE/PythonIDE.py ; \
110+ $(INSTALLED_PYTHONW ) $(srcdir ) /Mac/scripts/BuildApplet.py \
111+ --output $(PYTHONAPPSDIR ) /PythonIDE.app --noargv \
112+ $(srcdir ) /Mac/Tools/IDE/PythonIDE.py; \
119113 fi
120114
121115install_PackageManager : $(INSTALLED_PYTHONW )
0 commit comments