wrc: add --verbose for compatibility

Dimitrie O. Paun dpaun at rogers.com
Fri Apr 9 19:03:33 CDT 2004


ChangeLog
    Add support for --verbose for compatibility

Index: tools/wrc/wrc.c
===================================================================
RCS file: /var/cvs/wine/tools/wrc/wrc.c,v
retrieving revision 1.37
diff -u -r1.37 wrc.c
--- tools/wrc/wrc.c	18 Jan 2004 23:24:04 -0000	1.37
+++ tools/wrc/wrc.c	9 Apr 2004 23:56:25 -0000
@@ -88,6 +88,7 @@
 	"   --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 @@
 	{ "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 }


-- 
Dimi.




More information about the wine-patches mailing list