Changeset 5793781308febaa53ca656cb7a080ec35abe61b5
- Timestamp:
- 06/28/03 23:03:26
(5 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1056834206 +0000
- git-parent:
[7f81995332917f55ab02132c99c2cae35a4b4135]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1056834206 +0000
- Message:
* s/;T;/;D;
Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r655212d |
r5793781 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## toolbox for the VLC media player |
|---|
| 4 | | ## $Id: toolbox,v 1.30 2003/06/28 13:04:52 sam Exp $ |
|---|
| | 4 | ## $Id: toolbox,v 1.31 2003/06/28 21:03:26 hartman Exp $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 117 | 117 | echo "generating Visual Studio files..." |
|---|
| 118 | 118 | |
|---|
| 119 | | srcdir="`sed -ne 's/^srcdir *= *//p;T;q' < Makefile`" |
|---|
| | 119 | srcdir="`sed -ne 's/^srcdir *= *//p;D;q' < Makefile`" |
|---|
| 120 | 120 | |
|---|
| 121 | 121 | # The evil ^M |
|---|
| … | … | |
| 368 | 368 | #set -x |
|---|
| 369 | 369 | |
|---|
| 370 | | srcdir="`sed -ne 's/^srcdir *= *//p;T;q' < Makefile`" |
|---|
| | 370 | srcdir="`sed -ne 's/^srcdir *= *//p;D;q' < Makefile`" |
|---|
| 371 | 371 | LIBVLC_HEADERS=`getfiles HEADERS_include` |
|---|
| 372 | 372 | BUILTINS=`sed -ne 's/.*builtins *= *" *\([^"]*\)".*/\1/p' vlc-config` |
|---|