Changeset d6a90081d17fcacdde58d2b3992bc9cdc8f10610
- Timestamp:
- 04/17/08 01:45:39
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208389539 +0200
- git-parent:
[dee3c9c5baaac2a0017d5816f9b3c7637386b45b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208389504 +0200
- Message:
Add package-macosx-zip and package-macosx-framework-zip Makefile target.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra55cd54 |
rd6a9008 |
|
| 998 | 998 | rm -Rf "$(top_builddir)/vlc-$(VERSION)" ; |
|---|
| 999 | 999 | |
|---|
| | 1000 | package-macosx-zip: |
|---|
| | 1001 | rm -Rf $(top_builddir)/vlc-$(VERSION) |
|---|
| | 1002 | mkdir -p $(top_builddir)/vlc-$(VERSION) |
|---|
| | 1003 | cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app |
|---|
| | 1004 | for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do |
|---|
| | 1005 | cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies/ |
|---|
| | 1006 | done |
|---|
| | 1007 | cp -R $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/v |
|---|
| | 1008 | cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERS |
|---|
| | 1009 | zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION) |
|---|
| | 1010 | |
|---|
| | 1011 | package-macosx-framework-zip: |
|---|
| | 1012 | rm -Rf $(top_builddir)/vlckit-$(VERSION) |
|---|
| | 1013 | mkdir -p $(top_builddir)/vlckit-$(VERSION) |
|---|
| | 1014 | cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \ |
|---|
| | 1015 | $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework |
|---|
| | 1016 | for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do |
|---|
| | 1017 | cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies/ |
|---|
| | 1018 | done |
|---|
| | 1019 | zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION) |
|---|
| | 1020 | |
|---|
| 1000 | 1021 | package-macosx-plugin: |
|---|
| 1001 | 1022 | if BUILD_MOZILLA |
|---|