Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
57937813
Commit
57937813
authored
Jun 28, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* s/;T;/;D;
Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;)
parent
7f819953
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
toolbox
toolbox
+3
-3
No files found.
toolbox
View file @
57937813
#! /bin/sh
#! /bin/sh
## toolbox for the VLC media player
## toolbox for the VLC media player
## $Id: toolbox,v 1.3
0 2003/06/28 13:04:52 sam
Exp $
## $Id: toolbox,v 1.3
1 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
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment