From 6d46ac263fe0f5ad38be08b9ce4f1c758b1333ab Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Fri, 15 Apr 2005 14:09:27 +0000 Subject: [PATCH] Add proxy/stub options to widl man page. --- tools/widl/widl.man | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tools/widl/widl.man b/tools/widl/widl.man index 9e449309e03..46cd98c6973 100644 --- a/tools/widl/widl.man +++ b/tools/widl/widl.man @@ -31,6 +31,20 @@ Generate a type library. Define the name of the type library to be generated. The default filename is infile.tlb. .PP +.B Proxy/stub generation options: +.IP \fB-c\fR +Generate client stub. +.IP \fB-C \fIfile\fR +Name of client stub file (default is infile_c.c) +.IP \fB-c\fR +Generate proxy. +.IP \fB-P \fIfile\fR +Name of proxy file (default is infile_p.c) +.IP \fB-s\fR +Generate server stub. +.IP \fB-S \fIfile\fR +Name of server stub file (default is infile_s.c) +.PP .B Preprocessor options: .IP "\fB-I \fIpath\fR" Add a header search dir to path. Multiple search