From 9a02e2b279c811545fbbaed99041b3171d64bb84 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 Jul 2018 08:46:55 -0400 Subject: driver: added --windres support. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index c12ce0e..78bf62d 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -199,6 +199,7 @@ struct slbt_host_params { const char * flavor; const char * ar; const char * ranlib; + const char * windres; const char * dlltool; const char * mdso; const char * ldrpath; -- cgit v1.2.3