[vlc-devel] [PATCH] OSX: build relocatable VLC.app by default
Rafaël Carré
funman at videolan.org
Fri Jan 6 05:40:23 CET 2012
Use VLC-dev.app when developing and rebuilding frequently
---
extras/package/macosx/package.mak | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index c8c760d..4911534 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -6,16 +6,16 @@ endif
endif
# This is just for development purposes.
-# The resulting VLC.app will only run in this tree.
-VLC.app: VLC-tmp
+# The resulting VLC-dev.app will only run in this tree.
+VLC-dev.app: VLC-tmp
rm -Rf $@
cp -R VLC-tmp $@
$(INSTALL) -m 0755 $(top_builddir)/bin/.libs/vlc $@/Contents/MacOS/VLC
$(LN_S) -f ../../../modules $@/Contents/MacOS/plugins
-# VLC-release.app for packaging and giving it to your friends
+# VLC.app for packaging and giving it to your friends
# use package-macosx to get a nice dmg
-VLC-release.app: VLC-tmp
+VLC.app: VLC-tmp
rm -Rf $@
cp -R VLC-tmp $@
PRODUCT="$@" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
--
1.7.7.3
More information about the vlc-devel
mailing list