From: Felix Paul Kühne Date: Thu, 28 Dec 2006 19:36:57 +0000 (+0000) Subject: * very first step to support future darwin releases X-Git-Tag: 0.9.0-test0~8922 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a79208b6dcdd445e2900c37d57225588439d6df4;p=vlc * very first step to support future darwin releases --- diff --git a/Makefile.am b/Makefile.am index 2d70a0a483..5f69d6d912 100644 --- a/Makefile.am +++ b/Makefile.am @@ -446,6 +446,10 @@ VLC-release.app: vlc cd ../../../ && \ cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ $(top_builddir)/VLC-release.app;; \ + *darwin9*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \ + cd ../../../ && \ + cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ + $(top_builddir)/VLC-release.app;; \ esac rm -Rf $(top_builddir)/tmp $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS @@ -588,6 +592,10 @@ VLC.app: vlc cd ../../../ && \ cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ $(top_builddir)/VLC.app;; \ + *darwin9*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \ + cd ../../../ && \ + cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ + $(top_builddir)/VLC.app;; \ esac rm -Rf $(top_builddir)/tmp $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS