WIDL Mak Page
From Wine-Wiki
Contents |
[edit] SYNOPSIS
widl [options] infile.idl
[edit] DESCRIPTION
widl is a Wine tool which purpose is to compile Interface Definition
Language (IDL) files.
[edit] OPTIONS
Help mode:
No options are used.
The program prints the help info and then exits.
General options:
-t Only generate a type library.
-T file
Define the name of the type library to be generated.
The default filename is infile.tlb.
-V Print version number and exits from the program.
Header options:
-h Only generate header files.
-H file
Name of header file to generate. The default header
filename is infile.h.
Preprocessor options:
-I path
Add a header search dir to path. Multiple search
dirs are allowed.
-D id[=val]
Define preprocessor identifier id value.
-E Preprocess only.
-N Do not preprocess input.
Debug options:
-W Enable pedantic warnings.
-d n
Set debug level to n.
n may be '0x01', '0x02', '0x04', '0x08', '0x10' or '0x20'.
(See section Debug)
[edit] AUTHORS
widl was written by Ove Kaaven. This man page was written by Hannu Val-
tonen.
[edit] SEE ALSO
The Winelib User Guide
The Wine Developers Guide
Wine Manpage March 2004 WIDL(1)

