summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-02 15:32:12 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-02 15:32:12 (GMT)
commit940e970f6e57bc39b77b7a45babd372803af2414 (patch)
treecf8ccae3a5240e7f04070901d39b5b4af84c1054 /Mac
parent3e6c80bf5edfc8b9fff06cdb26af532d6894c9a2 (diff)
downloadcpython-940e970f6e57bc39b77b7a45babd372803af2414.zip
cpython-940e970f6e57bc39b77b7a45babd372803af2414.tar.gz
cpython-940e970f6e57bc39b77b7a45babd372803af2414.tar.bz2
Also create BuildApplet. It's useful enough as a standalone application.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/OSX/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index f505bc5..7b4922e 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -44,7 +44,7 @@ RESOURCEDIR=$(srcdir)/Mac/Resources
RESOURCEFILE=python.rsrc
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:
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
@@ -102,6 +102,11 @@ install_IDE: $(INSTALLED_PYTHONW)
--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
$(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
LIBSRC=$(srcdir)/Mac/Lib
LIBSUBDIRS= \