Changeset ba9f39d7544e08064f2e5644be7d47cc155d7361
- Timestamp:
- 02/09/08 19:15:55
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1202580955 +0000
- git-parent:
[471d45f1a22892409ea45ce5bc0b84427dc5c104]
- git-author:
- Rafaël Carré <funman@videolan.org> 1202580955 +0000
- Message:
fix framework building in VLC-release.app target
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r478c827 |
rba9f39d |
|
| 422 | 422 | rm -Rf $(top_builddir)/tmp |
|---|
| 423 | 423 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS |
|---|
| 424 | | ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/extras/package/macosx/Framework/Pre-Compile.sh |
|---|
| | 424 | ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh |
|---|
| 425 | 425 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist |
|---|
| 426 | 426 | for i in $(srcdir)/share/luaplaylist/*.* ; do \ |
|---|