summaryrefslogtreecommitdiff
path: root/binutils/windres.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>1999-05-25 12:10:27 +0000
committerDJ Delorie <dj@delorie.com>1999-05-25 12:10:27 +0000
commit52f92e033d6750ec7159138684b2e9e7f94b3c39 (patch)
tree654a74463d9474ff18715bfcf50cc195fdf2c69e /binutils/windres.h
parent4bf13576ed8006e212976480bc1cf1ea3d5ef395 (diff)
downloadbinutils-redhat-52f92e033d6750ec7159138684b2e9e7f94b3c39.tar.gz
* 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/windres.h b/binutils/windres.h
index a3c789abd0..db43dd51c9 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