Also create BuildApplet. It's useful enough as a standalone application.
This commit is contained in:
parent
3e6c80bf5e
commit
940e970f6e
|
@ -44,7 +44,7 @@ RESOURCEDIR=$(srcdir)/Mac/Resources
|
||||||
RESOURCEFILE=python.rsrc
|
RESOURCEFILE=python.rsrc
|
||||||
RFCONVERTER=$(srcdir)/Mac/Lib/applesingle.py
|
RFCONVERTER=$(srcdir)/Mac/Lib/applesingle.py
|
||||||
|
|
||||||
install_all: install_PythonLauncher install_Python install_IDE
|
install_all: install_PythonLauncher install_Python install_IDE install_BuildApplet
|
||||||
|
|
||||||
install_PythonLauncher:
|
install_PythonLauncher:
|
||||||
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
|
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
|
||||||
|
@ -102,6 +102,11 @@ install_IDE: $(INSTALLED_PYTHONW)
|
||||||
--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
|
--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
|
||||||
$(srcdir)/Mac/Tools/IDE/PythonIDE.py
|
$(srcdir)/Mac/Tools/IDE/PythonIDE.py
|
||||||
|
|
||||||
|
install_BuildApplet: $(INSTALLED_PYTHONW)
|
||||||
|
$(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
|
||||||
|
--output $(PYTHONAPPSDIR)/BuildApplet.app \
|
||||||
|
$(srcdir)/Mac/scripts/BuildApplet.py
|
||||||
|
|
||||||
LIBDEST=$(prefix)/Mac/Lib
|
LIBDEST=$(prefix)/Mac/Lib
|
||||||
LIBSRC=$(srcdir)/Mac/Lib
|
LIBSRC=$(srcdir)/Mac/Lib
|
||||||
LIBSUBDIRS= \
|
LIBSUBDIRS= \
|
||||||
|
|
Loading…
Reference in New Issue