summaryrefslogtreecommitdiffhomepage
path: root/src/skin/mdso_skin_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin/mdso_skin_default.c')
-rw-r--r--src/skin/mdso_skin_default.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/skin/mdso_skin_default.c b/src/skin/mdso_skin_default.c
index 1c0151e..fdff8ad 100644
--- a/src/skin/mdso_skin_default.c
+++ b/src/skin/mdso_skin_default.c
@@ -8,6 +8,9 @@ const struct argv_option mdso_default_options[] = {
{"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
"show usage information [listing %s options only]"},
+ {"implib", 'i',TAG_IMPLIB,ARGV_OPTARG_REQUIRED,0,0,"<path>",
+ "create an import library archive"},
+
{"asm", 'a',TAG_ASM,ARGV_OPTARG_NONE,0,0,0,
"generate assembly sources"},