Changeset 8e6a26cadc299c381096a641c700a5d8d5608896
- Timestamp:
- 12/13/07 16:21:21
(9 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1197559281 +0000
- git-parent:
[e43b973a16b4dbf594d90947bbb6228b51604b70]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1197559281 +0000
- Message:
Makefile.am: Don't ship the framework, since it's too big for now.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra58afe8 |
r8e6a26c |
|
| 967 | 967 | mkdir -p "$(top_builddir)/vlc-${VERSION}/"; |
|---|
| 968 | 968 | |
|---|
| 969 | | # For now, export the framework for third parties, from here |
|---|
| 970 | | (cd $(top_builddir)/extras/MacOSX/Framework && xcodebuild); |
|---|
| 971 | | cp -r $(top_builddir)/extras/MacOSX/Framework/build/Release/VLC.framework $(top_builddir)/vlc-${VERSION}/VLC.framework |
|---|
| 972 | | |
|---|
| 973 | 969 | # Copy relevant files |
|---|
| 974 | 970 | @if test -e "$(top_builddir)/VLC-release.app/"; then \ |
|---|