[vlc-devel] commit: am: Support building VLC.app with an external build folder. ( Pierre d'Herbemont )
git version control
git at videolan.org
Fri Jan 15 16:40:22 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Jan 13 12:50:06 2010 +0100| [bd26b2c160909325f606cb55788944c95034e8b0] | committer: Pierre d'Herbemont
am: Support building VLC.app with an external build folder.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd26b2c160909325f606cb55788944c95034e8b0
---
Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 20c2576..5f00527 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -492,9 +492,9 @@ VLC-release.app: vlc
$(top_builddir)/tmp/modules/gui/macosx; \
done
$(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
- xcodebuild -target vlc $(silentstd) && \
+ xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
cd ../../../../ && \
- cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
+ cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
rm -Rf $(top_builddir)/tmp
$(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
@@ -645,9 +645,9 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
$(top_builddir)/tmp/modules/gui/macosx; \
done
$(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
- xcodebuild -target vlc $(silentstd) && \
+ xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
cd ../../../../ && \
- cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle $(top_builddir)/VLC.app
+ cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
More information about the vlc-devel
mailing list