Changeset c3f5005864fd850107e6b225a05cfd5e82119061
- Timestamp:
- 02/27/08 20:34:12
(4 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1204140852 +0000
- git-parent:
[3fc95408700235bb3bfd6fbb6e328fae850388c8]
- git-author:
- Rafaël Carré <funman@videolan.org> 1204140852 +0000
- Message:
fix win32 & osx packages (vlc is now in src/)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra795438 |
rc3f5005 |
|
| 571 | 571 | rm -Rf $(top_builddir)/tmp |
|---|
| 572 | 572 | $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS |
|---|
| 573 | | $(INSTALL) $(top_builddir)/.libs/vlc \ |
|---|
| | 573 | $(INSTALL) $(top_builddir)/src/.libs/vlc \ |
|---|
| 574 | 574 | $(top_builddir)/VLC.app/Contents/MacOS/VLC |
|---|
| 575 | 575 | ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc |
|---|
| … | … | |
| 612 | 612 | |
|---|
| 613 | 613 | # Copy relevant files |
|---|
| 614 | | cp "$(top_builddir)/.libs/vlc$(EXEEXT)" "$(top_builddir)/vlc-$(VERSION)/" |
|---|
| | 614 | cp "$(top_builddir)/src/.libs/vlc$(EXEEXT)" "$(top_builddir)/vlc-$(VERSION)/" |
|---|
| 615 | 615 | cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(top_builddir)/vlc-$(VERSION)/" |
|---|
| 616 | 616 | cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "vlc-$(VERSION)/" |
|---|