mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 18:33:38 +08:00
* forwardport [11880]
This commit is contained in:
parent
9890023d1b
commit
f99818619d
35
Makefile.am
35
Makefile.am
@ -564,9 +564,20 @@ VLC-release.app: vlc
|
||||
cp "$(srcdir)/modules/gui/macosx/$$i" \
|
||||
$(top_builddir)/tmp/modules/gui/macosx; \
|
||||
done
|
||||
cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'
|
||||
cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
|
||||
$(top_builddir)/VLC-release.app
|
||||
case $(target_triplet) in \
|
||||
*darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
|
||||
cd ../../../; \
|
||||
cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
|
||||
$(top_builddir)/VLC-release.app;; \
|
||||
*darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
|
||||
cd ../../../; \
|
||||
cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
|
||||
$(top_builddir)/VLC-release.app;; \
|
||||
*darwin8*) 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
|
||||
$(INSTALL) $(top_builddir)/vlc \
|
||||
@ -663,9 +674,20 @@ VLC.app: vlc
|
||||
cp "$(srcdir)/modules/gui/macosx/$$i" \
|
||||
$(top_builddir)/tmp/modules/gui/macosx; \
|
||||
done
|
||||
cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'
|
||||
cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
|
||||
$(top_builddir)/VLC.app
|
||||
case $(target_triplet) in \
|
||||
*darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
|
||||
cd ../../../; \
|
||||
cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
|
||||
$(top_builddir)/VLC.app;; \
|
||||
*darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
|
||||
cd ../../../; \
|
||||
cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
|
||||
$(top_builddir)/VLC.app;; \
|
||||
*darwin8*) 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
|
||||
$(INSTALL) $(top_builddir)/vlc \
|
||||
@ -705,6 +727,7 @@ share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
|
||||
$(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir)/share -i $< -o $@
|
||||
endif
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Building specific source packages
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user