Commit e2a71ad5 authored by Sam Hocevar's avatar Sam Hocevar

* toolbox: fuck OS X!

parent ca86dc60
#! /bin/sh
## toolbox for the VLC media player
## $Id: toolbox,v 1.32 2003/06/29 19:04:14 sam Exp $
## $Id: toolbox,v 1.33 2003/06/29 20:15:35 sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
......@@ -116,7 +116,7 @@ if test "${action}" = "vc"
then
echo "generating Visual Studio files..."
srcdir="`sed -ne '/^srcdir/{s/^srcdir *= *//p;q}' < Makefile`"
srcdir="`sed -ne 's/^srcdir *= *//p' < Makefile`"
# The evil ^M
M="`printf '\r'`"
......@@ -367,7 +367,7 @@ if test "${action}" = "includes"
then
#set -x
srcdir="`sed -ne '/^srcdir/{s/^srcdir *= *//p;q}' < Makefile`"
srcdir="`sed -ne 's/^srcdir *= *//p' < Makefile`"
LIBVLC_HEADERS=`getfiles HEADERS_include`
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