Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
23a1c12d
Commit
23a1c12d
authored
Apr 12, 2004
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Apr 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for --verbose for compatibility.
parent
01fbcfb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
wrc.c
tools/wrc/wrc.c
+2
-0
No files found.
tools/wrc/wrc.c
View file @
23a1c12d
...
...
@@ -88,6 +88,7 @@ static char usage[] =
" --target Synonym for -F
\n
"
" --undefine Synonym for -U
\n
"
" --use-temp-file Ignored for compatibility with windres
\n
"
" --verbose Synonym for -v
\n
"
" --verify-translations Check the status of the various translations
\n
"
" --version Print version and exit
\n
"
"Input is taken from stdin if no sourcefile specified.
\n
"
...
...
@@ -197,6 +198,7 @@ static struct option long_options[] = {
{
"target"
,
1
,
0
,
'F'
},
{
"undefine"
,
1
,
0
,
'U'
},
{
"use-temp-file"
,
0
,
0
,
2
},
{
"verbose"
,
0
,
0
,
'v'
},
{
"verify-translations"
,
0
,
0
,
9
},
{
"version"
,
0
,
0
,
5
},
{
0
,
0
,
0
,
0
}
...
...
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