From a66d34390e2668c1fe5ac5be3dea056dbe3c767c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Mar 2016 16:32:46 -0400 Subject: driver: added flavor settings. --- include/slibtool/slibtool.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index e64ec70..7105f0a 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -114,12 +114,24 @@ struct slbt_host_params { const char * dlltool; }; +struct slbt_flavor_settings { + const char * arprefix; + const char * arsuffix; + const char * dsoprefix; + const char * dsosuffix; + const char * exeprefix; + const char * exesuffix; + const char * impprefix; + const char * impsuffix; +}; + struct slbt_common_ctx { uint64_t drvflags; uint64_t actflags; uint64_t fmtflags; struct slbt_host_params host; struct slbt_host_params cfgmeta; + struct slbt_flavor_settings settings; struct slbt_version_info verinfo; enum slbt_mode mode; enum slbt_tag tag; -- cgit v1.2.3