diff options
author | midipix <writeonce@midipix.org> | 2017-02-11 14:38:50 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-11 19:23:15 -0500 |
commit | c70c0a72abe470aa16aefd47f1fdde5c4aa0718f (patch) | |
tree | 0cc0fe527b27e7d5f074f792eeeb5ad270af2d86 /src/skin | |
parent | 9c013b63fef168f49246fd69ab0c0ce024a20941 (diff) | |
download | mdso-c70c0a72abe470aa16aefd47f1fdde5c4aa0718f.tar.bz2 mdso-c70c0a72abe470aa16aefd47f1fdde5c4aa0718f.tar.xz |
driver: utility api: added mdso_create_implib_archive().
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/mdso_skin_default.c | 3 |
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"}, |