Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
4900b278
Commit
4900b278
authored
Nov 26, 2005
by
zorglub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve make.pl output
Fix some svn:ignore
parent
85f037cd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4497 additions
and
3651 deletions
+4497
-3651
extras/make.pl
extras/make.pl
+2
-2
po/sv.po
po/sv.po
+4495
-3649
No files found.
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
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