summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-07-11 08:46:55 -0400
committermidipix <writeonce@midipix.org>2018-07-11 09:35:43 -0400
commit9a02e2b279c811545fbbaed99041b3171d64bb84 (patch)
tree8dc75224dc239bc7817a89c4a033fc0d357c6f50 /src/internal/slibtool_driver_impl.h
parent0bfff4a80d596810a1798a3710a0e9ff96a9f925 (diff)
downloadslibtool-9a02e2b279c811545fbbaed99041b3171d64bb84.tar.bz2
slibtool-9a02e2b279c811545fbbaed99041b3171d64bb84.tar.xz
driver: added --windres support.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 02345f8..ab4ace1 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -41,6 +41,7 @@ enum app_tags {
TAG_FLAVOR,
TAG_AR,
TAG_RANLIB,
+ TAG_WINDRES,
TAG_DLLTOOL,
TAG_MDSO,
TAG_IMPLIB,
@@ -80,6 +81,7 @@ struct slbt_host_strs {
char * flavor;
char * ar;
char * ranlib;
+ char * windres;
char * dlltool;
char * mdso;
};