Changeset a7954388b00c3f2c83bb25d97b75f1a3a470868b
- Timestamp:
- 02/25/08 20:52:09
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1203969129 +0000
- git-parent:
[e3c8503697329380e68f9373c5fff99c2492c1a0]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1203969129 +0000
- Message:
Mostly revert [25311], [25313].
Lets wait for 0.9.1 to sort this out.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0038d62 |
ra795438 |
|
| 314 | 314 | $(MKALIAS) ncurses |
|---|
| 315 | 315 | |
|---|
| 316 | | noinst_SCRIPTS = vlc |
|---|
| 317 | | |
|---|
| 318 | | vlc: core |
|---|
| 319 | | rm -f -- vlc vlc.tmp |
|---|
| 320 | | echo '#! /bin/sh' > vlc.tmp |
|---|
| 321 | | echo 'exec "$$(dirname "$$0")/src/vlc$(EXEEXT)" "--plugin-path=$$(dirname "$$0")/modules" "$$@"' >> vlc.tmp |
|---|
| 322 | | chmod +x vlc.tmp |
|---|
| 323 | | mv -f -- vlc.tmp vlc |
|---|
| | 316 | #noinst_SCRIPTS = vlc |
|---|
| | 317 | |
|---|
| | 318 | vlc$(EXEEXT): core |
|---|
| | 319 | rm -f vlc |
|---|
| | 320 | ln -s src/vlc$(EXEEXT) |
|---|
| | 321 | # rm -f -- vlc vlc.tmp |
|---|
| | 322 | # echo '#! /bin/sh' > vlc.tmp |
|---|
| | 323 | # echo 'exec "$$(dirname "$$0")/src/vlc$(EXEEXT)" "--plugin-path=$$(dirname "$$0")/modules" "$$@"' >> vlc.tmp |
|---|
| | 324 | # chmod +x vlc.tmp |
|---|
| | 325 | # mv -f -- vlc.tmp vlc |
|---|
| 324 | 326 | |
|---|
| 325 | 327 | if HAVE_DARWIN |
|---|