Changeset 096b58df0c41bd93ac51ac4ee12dd9027be08bdb
- Timestamp:
- 11/05/07 18:18:17
(10 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1194283097 +0000
- git-parent:
[9af57553c9e93a62d2f9b68f78d0420053fbffa2]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1194283097 +0000
- Message:
Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rde31813 |
r096b58d |
|
| 878 | 878 | mkdir -p "$(top_builddir)/vlc-${VERSION}/"; |
|---|
| 879 | 879 | |
|---|
| | 880 | # For now, export the framework for third parties, from here |
|---|
| | 881 | (cd $(top_builddir)/extras/MacOSX/Framework && xcodebuild); |
|---|
| | 882 | cp -r $(top_builddir)/extras/MacOSX/Framework/build/Release/VLC.framework $(top_builddir)/vlc-${VERSION}/VLC.framework |
|---|
| | 883 | |
|---|
| 880 | 884 | # Copy relevant files |
|---|
| 881 | 885 | @if test -e "$(top_builddir)/VLC-release.app/"; then \ |
|---|