diff options
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 5f7c646..b431a95 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -2048,10 +2048,15 @@ Specify an include directory to use when reading an @code{rc} file. option. @code{windres} will also search this directory when looking for files named in the @code{rc} file. +@item -D @var{target} @item --define @var{sym[=val]} Specify a @code{-D} option to pass to the preprocessor when reading an @code{rc} file. +@item -v +Enable verbose mode. This tells you what the preprocessor is if you +didn't specify one. + @item --language @var{val} Specify the default language to use when reading an @code{rc} file. @var{val} should be a hexadecimal language code. The low eight bits are |