mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
Undid half of the previous checkin: continue using BuildApplet for most
applets. PackageManager is still built with bundlebuilder itself.
This commit is contained in:
parent
5d44b347c9
commit
4ccf3e14f0
1 changed files with 8 additions and 14 deletions
|
@ -48,8 +48,8 @@ CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py
|
||||||
compileall=$(srcdir)/Lib/compileall.py
|
compileall=$(srcdir)/Lib/compileall.py
|
||||||
bundlebuilder=$(srcdir)/Lib/plat-mac/bundlebuilder.py
|
bundlebuilder=$(srcdir)/Lib/plat-mac/bundlebuilder.py
|
||||||
|
|
||||||
installapps: install_PythonLauncher install_Python install_BuildApplet \
|
installapps: install_PythonLauncher install_Python install_BuildApplet install_IDE \
|
||||||
install_PackageManager install_IDE install_IDLE
|
install_IDLE install_PackageManager
|
||||||
|
|
||||||
install_PythonLauncher:
|
install_PythonLauncher:
|
||||||
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
|
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
|
||||||
|
@ -104,18 +104,12 @@ install_IDE: $(INSTALLED_PYTHONW)
|
||||||
echo PythonIDE needs the \"waste\" extension module; \
|
echo PythonIDE needs the \"waste\" extension module; \
|
||||||
echo See Mac/OSX/README for details; \
|
echo See Mac/OSX/README for details; \
|
||||||
else \
|
else \
|
||||||
echo $(INSTALLED_PYTHONW) $(bundlebuilder) \
|
echo $(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
|
||||||
--builddir $(PYTHONAPPSDIR)/ \
|
--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
|
||||||
--resource $(srcdir)/Mac/Tools/IDE/PythonIDE.rsrc \
|
$(srcdir)/Mac/Tools/IDE/PythonIDE.py ; \
|
||||||
--mainprogram $(srcdir)/Mac/Tools/IDE/PythonIDE.py \
|
$(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
|
||||||
--iconfile $(srcdir)/Mac/Tools/IDE/PythonIDE.icns \
|
--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
|
||||||
--creator Pide build; \
|
$(srcdir)/Mac/Tools/IDE/PythonIDE.py; \
|
||||||
$(INSTALLED_PYTHONW) $(bundlebuilder) \
|
|
||||||
--builddir $(PYTHONAPPSDIR)/ \
|
|
||||||
--resource $(srcdir)/Mac/Tools/IDE/PythonIDE.rsrc \
|
|
||||||
--mainprogram $(srcdir)/Mac/Tools/IDE/PythonIDE.py \
|
|
||||||
--iconfile $(srcdir)/Mac/Tools/IDE/PythonIDE.icns \
|
|
||||||
--creator Pide build; \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install_PackageManager: $(INSTALLED_PYTHONW)
|
install_PackageManager: $(INSTALLED_PYTHONW)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue