Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
4900b278
Commit
4900b278
authored
Nov 26, 2005
by
zorglub
Browse files
Improve make.pl output
Fix some svn:ignore
parent
85f037cd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
extras/make.pl
View file @
4900b278
...
...
@@ -34,8 +34,8 @@ while(<STDIN>)
# Info
elsif
(
$line
=~
s/^.* (lib.*\.so).*/ LINK : $1/g
||
$line
=~
s/^.* (lib.*\.o)\s\.\/(.*)/ COMPILE : $2
-> $1
/g
||
$line
=~
s/^.* (lib.*\.o)\s`.*`(.*);/ COMPILE : $2
-> $1/g
||
$line
=~
s/^.* (lib.*\.o)\s\.\/(.*)/ COMPILE : $2/g
||
$line
=~
s/^.* (lib.*\.o)\s`.*`(.*);
\ \\
/ COMPILE : $2
/
||
$line
=~
s/^[A-z0-9-]*ar\s[A-z0-9]*\s([A-z0-9\-_\/\.]*)\s.*/ ARCHIVE : $1/g
||
$line
=~
s/^[A-z0-9-]*ranlib\s(.*)/ RANLIB : $1/g
||
$line
=~
s/^Making\sall\sin\s(.*)/MAKE : $1/g
||
...
...
po/sv.po
View file @
4900b278
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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