Sets construction variables for the Microsoft IDL compiler.
MIDL
MIDLFLAGS
MIDLCOM
MIDLCOMSTR
Builds a Windows type library (.tlb)
file from an input IDL file (.idl).
In addition, it will build the associated inteface stub and
proxy source files,
naming them according to the base name of the .idl file.
For example,
env.TypeLibrary(source="foo.idl")
Will create foo.tlb,
foo.h,
foo_i.c,
foo_p.c
and
foo_data.c
files.
The Microsoft IDL compiler.
The command line used to pass files to the Microsoft IDL compiler.
The string displayed when
the Microsoft IDL copmiler is called.
If this is not set, then &cv-link-MIDLCOM; (the command line) is displayed.
General options passed to the Microsoft IDL compiler.