From fbda3a30a94210a48e797fa9c9dc635f3afaceb9 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 25 Oct 2017 22:26:30 -0400 Subject: driver: added --mdso and --implib support. --- src/skin/slbt_skin_default.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/skin') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 40eb189..ceb4d30 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -91,6 +91,17 @@ const struct argv_option slbt_default_options[] = { "explicitly specify the PE import library generator " "to be used"}, + {"mdso", 0,TAG_MDSO,ARGV_OPTARG_REQUIRED,0,0,"", + "explicitly specify the PE custom import library " + "generator to be used"}, + + {"implib", 0,TAG_IMPLIB,ARGV_OPTARG_REQUIRED,0, + "idata|dsometa",0, + "PE import libraries should either use the legacy " + "format (.idata section) and be generated by dlltool, " + "or the custom format (.dsometa section) and be " + "generated by mdso"}, + {"warnings", 0,TAG_WARNINGS,ARGV_OPTARG_REQUIRED,0, "all|none|error",0, "set the warning reporting level; " -- cgit v1.2.3