On Wed, Feb 02, 2022 at 04:06:58PM -0600, Kevin Puetz wrote:
diff --git a/tools/widl/widl.man.in b/tools/widl/widl.man.in index 858b04a38e8..b0279a981fc 100644 --- a/tools/widl/widl.man.in +++ b/tools/widl/widl.man.in @@ -43,6 +43,11 @@ specification is in the standard autoconf format as returned by Force the target architecture to 32-bit or 64-bit. .IP \fB--sysroot=\fIdir\fR Prefix the standard include paths with \fIdir\fR. +.IP "\fB--wine-includedir=\fIdir\fR" +Specify the Wine include directory. This is mainly used when +cross-compiling, as a separately-built wrc (--with-wine-tools)
s/wrc/widl/
Huw.