on Panther: make it a variable. Changing the variable has to be done
by hand, for now, that remains to be worked on.
BUILDPYTHON=$(builddir)/python.exe
DESTDIR=
+# For 10.2:
+#PBXBUILD=pbxbuild
+# For 10.3:
+PBXBUILD=xcodebuild
+
# These are normally glimpsed from the previous set
bindir=/usr/local/bin
PYTHONAPPSPATH=/Applications/MacPython-$(VERSION)
install_PythonLauncher:
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
- pbxbuild -target PythonLauncher -buildstyle Deployment install \
+ $(PBXBUILD) -target PythonLauncher -buildstyle Deployment install \
DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
install_Python: