diff options
author | DJ Delorie <dj@redhat.com> | 1999-05-25 12:10:27 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1999-05-25 12:10:27 +0000 |
commit | 751d21b5b946a4a451552fbac692b14abea3d816 (patch) | |
tree | 887e572d520d2e46474c184e520db5d07c0c261b /binutils/binutils.texi | |
parent | fa0e42e45712133c4c2d95261c3c0ac8d87b6765 (diff) | |
download | gdb-751d21b5b946a4a451552fbac692b14abea3d816.zip gdb-751d21b5b946a4a451552fbac692b14abea3d816.tar.gz gdb-751d21b5b946a4a451552fbac692b14abea3d816.tar.bz2 |
* windres.c: add verbose option
(main): process verbose option
* resrc.c (look_for_default): new. Look for the default
preprocessor in a given location.
(read_rc_file): for foo/bar-windres, look for foo/bar-gcc,
foo/gcc (in case of foo/windres), and then gcc (the old default).
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 |