Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ccf3e1

Browse files
committed
Undid half of the previous checkin: continue using BuildApplet for most
applets. PackageManager is still built with bundlebuilder itself.
1 parent 5d44b34 commit 4ccf3e1

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

Mac/OSX/Makefile

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py
4848
compileall=$(srcdir)/Lib/compileall.py
4949
bundlebuilder=$(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

5454
install_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

121115
install_PackageManager: $(INSTALLED_PYTHONW)

0 commit comments

Comments
 (0)