2 .TH WIDL 1 "October 2005" "@PACKAGE_STRING@" "Wine Developers Manual"
4 widl \- Wine Interface Definition Language Compiler
6 .BR "widl "\fI[options]\fR " \fIinfile.idl\fR"
9 is a Wine tool which purpose is to compile Interface Definition Language (IDL) files.
15 The program prints the help info and then exits.
19 Print version number and exits from the program.
23 Generate header files.
24 .IP "\fB-H \fIfile\fR"
25 Name of header file to generate. The default header
27 .IP "\fB--oldnames\fR"
28 Use old naming conventions.
30 .B Type library options:
32 Generate a type library.
33 .IP "\fB-T \fIfile\fR"
34 Define the name of the type library to be generated.
35 The default filename is infile.tlb.
40 .IP "\fB-U \fIfile\fR"
41 Define the name of the UUID file to be generated.
42 The default filename is infile_i.c.
44 .B Proxy/stub generation options:
47 .IP "\fB-C \fIfile\fR"
48 Name of client stub file (default is infile_c.c)
51 .IP "\fB-P \fIfile\fR"
52 Name of proxy file (default is infile_p.c)
55 .IP "\fB-S \fIfile\fR"
56 Name of server stub file (default is infile_s.c)
58 .B Preprocessor options:
59 .IP "\fB-I \fIpath\fR"
60 Add a header search dir to path. Multiple search
62 .IP "\fB-D \fIid[=val]\fR"
63 Define preprocessor identifier id value.
67 Do not preprocess input.
71 Enable pedantic warnings.
75 n may be '0x01', '0x02', '0x04', '0x08', '0x10' or '0x20'.
76 (See section \fBDebug\fR)
79 Debug level 'n' is a bitmask with the following meaning:
80 * 0x01 Tell which resource is parsed (verbose mode)
81 * 0x02 Dump internal structures
82 * 0x04 Create a parser trace (yydebug=1)
83 * 0x08 Preprocessor messages
84 * 0x10 Preprocessor lex messages
85 * 0x20 Preprocessor yacc trace
87 Typelib generation doesn't work at the moment. It is still under development.
90 was written by Ove Kaaven. This man page was written by Hannu
93 The Winelib User Guide
95 The Wine Developers Guide