Changeset b1af1fb50fd1ef6abb27ff302d9f4413081bb436
- Timestamp:
- 16/12/07 13:46:59
(10 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1197809219 +0000
- git-parent:
[944a9914b3dc1d93e8c37ceaaae1ee281cf03f26]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1197809219 +0000
- Message:
* strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8e6a26c |
rb1af1fb |
|
| 355 | 355 | fi |
|---|
| 356 | 356 | rm -Rf $(top_builddir)/VLC-release.app |
|---|
| 357 | | cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras |
|---|
| | 357 | cp -R $(srcdir)/extras/MacOSX/vlc.xcodeproj $(top_builddir)/tmp/extras/MacOSX/ |
|---|
| | 358 | cp -R $(srcdir)/extras/MacOSX/Resources $(top_builddir)/tmp/extras/MacOSX |
|---|
| 358 | 359 | for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \ |
|---|
| 359 | 360 | cp "$(srcdir)/$$i" $(top_builddir)/tmp; \ |
|---|
| … | … | |
| 543 | 544 | false; \ |
|---|
| 544 | 545 | else \ |
|---|
| 545 | | echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \ |
|---|
| | 546 | echo "OK."; mkdir -p "$(top_builddir)/tmp/extras/MacOSX"; \ |
|---|
| 546 | 547 | fi |
|---|
| 547 | 548 | rm -Rf $(top_builddir)/VLC.app |
|---|
| 548 | | cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras |
|---|
| | 549 | cp -R $(srcdir)/extras/MacOSX/vlc.xcodeproj $(top_builddir)/tmp/extras/MacOSX/ |
|---|
| | 550 | cp -R $(srcdir)/extras/MacOSX/Resources $(top_builddir)/tmp/extras/MacOSX |
|---|
| 549 | 551 | for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \ |
|---|
| 550 | 552 | cp "$(srcdir)/$$i" $(top_builddir)/tmp; \ |
|---|