From dc40b9d14adf423c5cfc8380be1567f97da23b05 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 11 Feb 2017 19:17:03 -0500 Subject: driver: options: move --libname up. --- src/skin/mdso_skin_default.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/skin/mdso_skin_default.c b/src/skin/mdso_skin_default.c index fdff8ad..4145696 100644 --- a/src/skin/mdso_skin_default.c +++ b/src/skin/mdso_skin_default.c @@ -11,6 +11,9 @@ const struct argv_option mdso_default_options[] = { {"implib", 'i',TAG_IMPLIB,ARGV_OPTARG_REQUIRED,0,0,"", "create an import library archive"}, + {"libname", 'n',TAG_LIBNAME,ARGV_OPTARG_REQUIRED,0,0,"", + "set dependency library name to %s"}, + {"asm", 'a',TAG_ASM,ARGV_OPTARG_NONE,0,0,0, "generate assembly sources"}, @@ -27,9 +30,6 @@ const struct argv_option mdso_default_options[] = { "alternatively, the loader may only search for the library " "in the system library directory (system32)."}, - {"libname", 'n',TAG_LIBNAME,ARGV_OPTARG_REQUIRED,0,0,"", - "set dependency library name to %s"}, - {"dstdir", 'd',TAG_DSTDIR,ARGV_OPTARG_REQUIRED,0,0,"", "save generated assembly files under %s"}, -- cgit v1.2.3