Commit 57937813 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* s/;T;/;D;

  Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
parent 7f819953
#! /bin/sh #! /bin/sh
## toolbox for the VLC media player ## toolbox for the VLC media player
## $Id: toolbox,v 1.30 2003/06/28 13:04:52 sam Exp $ ## $Id: toolbox,v 1.31 2003/06/28 21:03:26 hartman Exp $
## ##
## Authors: Samuel Hocevar <sam@zoy.org> ## Authors: Samuel Hocevar <sam@zoy.org>
...@@ -116,7 +116,7 @@ if test "${action}" = "vc" ...@@ -116,7 +116,7 @@ if test "${action}" = "vc"
then then
echo "generating Visual Studio files..." echo "generating Visual Studio files..."
srcdir="`sed -ne 's/^srcdir *= *//p;T;q' < Makefile`" srcdir="`sed -ne 's/^srcdir *= *//p;D;q' < Makefile`"
# The evil ^M # The evil ^M
M="`printf '\r'`" M="`printf '\r'`"
...@@ -367,7 +367,7 @@ if test "${action}" = "includes" ...@@ -367,7 +367,7 @@ if test "${action}" = "includes"
then then
#set -x #set -x
srcdir="`sed -ne 's/^srcdir *= *//p;T;q' < Makefile`" srcdir="`sed -ne 's/^srcdir *= *//p;D;q' < Makefile`"
LIBVLC_HEADERS=`getfiles HEADERS_include` LIBVLC_HEADERS=`getfiles HEADERS_include`
BUILTINS=`sed -ne 's/.*builtins *= *" *\([^"]*\)".*/\1/p' vlc-config` BUILTINS=`sed -ne 's/.*builtins *= *" *\([^"]*\)".*/\1/p' vlc-config`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment