Module: wine Branch: master Commit: a472c83f9174e82ecd91dc37728afeba5a661fd5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a472c83f9174e82ecd91dc37...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Wed Sep 13 14:43:36 2006 -0700
widl: Add -u and -U options to man page.
---
tools/widl/widl.man.in | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/tools/widl/widl.man.in b/tools/widl/widl.man.in index 2d9ac80..be53445 100644 --- a/tools/widl/widl.man.in +++ b/tools/widl/widl.man.in @@ -34,6 +34,13 @@ Generate a type library. Define the name of the type library to be generated. The default filename is infile.tlb. .PP +.B UUID file options: +.IP "\fB-u\fR" +Generate a UUID file. +.IP "\fB-U \fIfile\fR" +Define the name of the UUID file to be generated. +The default filename is infile_i.c. +.PP .B Proxy/stub generation options: .IP "\fB-c\fR" Generate client stub.