Changeset 5793781308febaa53ca656cb7a080ec35abe61b5

Show
Ignore:
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
  • toolbox

    r655212d r5793781  
    22 
    33##  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 $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    117117  echo "generating Visual Studio files..." 
    118118 
    119   srcdir="`sed -ne 's/^srcdir *= *//p;T;q' < Makefile`" 
     119  srcdir="`sed -ne 's/^srcdir *= *//p;D;q' < Makefile`" 
    120120 
    121121  #  The evil ^M 
     
    368368  #set -x 
    369369 
    370   srcdir="`sed -ne 's/^srcdir *= *//p;T;q' < Makefile`" 
     370  srcdir="`sed -ne 's/^srcdir *= *//p;D;q' < Makefile`" 
    371371  LIBVLC_HEADERS=`getfiles HEADERS_include` 
    372372  BUILTINS=`sed -ne 's/.*builtins *= *" *\([^"]*\)".*/\1/p' vlc-config`