Commit 940e970f authored by Jack Jansen's avatar Jack Jansen

Also create BuildApplet. It's useful enough as a standalone application.

parent 3e6c80bf
...@@ -44,7 +44,7 @@ RESOURCEDIR=$(srcdir)/Mac/Resources ...@@ -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) ...@@ -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= \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment