1 .TH WIDL 1 "March 2004" "Wine Manpage" "Wine Developers Manual"
3 widl \- Wine Interface Definition Language Compiler
5 .BR "widl "\fI[options]\fR " \fIinfile.idl\fR"
8 is a Wine tool which purpose is to compile Interface Definition Language (IDL) files.
14 The program prints the help info and then exits.
18 Only generate a type library.
19 .IP "\fB-T \fIfile\fR"
20 Define the name of the type library to be generated.
21 The default filename is infile.tlb.
23 Print version number and exits from the program.
27 Make headers compatible with ICOM macros.
29 Only generate header files.
30 .IP "\fB-H \fIfile\fR"
31 Name of header file to include. The default header
33 .IP "\fB-I \fIpath\fR"
34 Add a header search dir to path. Multiple search
37 .B Preprocessor options:
38 .IP "\fB-D \fIid[=val]\fR"
39 Define preprocessor identifier id value.
43 Do not preprocess input.
47 Enable pedantic warnings.
51 n may be '0x01', '0x02', '0x04', '0x08', '0x10' or '0x20'.
52 (See section \fBDebug\fR)
55 Debug level 'n' is a bitmask with the following meaning:
56 * 0x01 Tell which resource is parsed (verbose mode)
57 * 0x02 Dump internal structures
58 * 0x04 Create a parser trace (yydebug=1)
59 * 0x08 Preprocessor messages
60 * 0x10 Preprocessor lex messages
61 * 0x20 Preprocessor yacc trace
63 Typelib generation doesn't work at the moment. It is still under development.
66 was written by Ove Kaaven. This man page was written by Hannu
69 The Winelib User Guide
71 The Wine Developers Guide