diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 2 |
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; }; |