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/windres.h | |
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/windres.h')
-rw-r--r-- | binutils/windres.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/windres.h b/binutils/windres.h index a3c789a..db43dd5 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -742,6 +742,8 @@ struct bindata unsigned char *data; }; +extern int verbose; + /* Function declarations. */ extern struct res_directory *read_rc_file |