diff options
author | midipix <writeonce@midipix.org> | 2018-08-13 15:18:09 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-13 19:26:24 -0400 |
commit | 499a718d986776354bbd4e7787ea1c30c851e384 (patch) | |
tree | 4d68ae7b43b9ae0ccfca293d6a0d7b98ce25cdab /src/skin | |
parent | 0801fe615c2657fec3205626c7ae60a28db680fe (diff) | |
download | slibtool-499a718d986776354bbd4e7787ea1c30c851e384.tar.bz2 slibtool-499a718d986776354bbd4e7787ea1c30c851e384.tar.xz |
driver: added --heuristics support.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/slbt_skin_default.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index ce8df6f..7678f2a 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -11,6 +11,12 @@ const struct argv_option slbt_default_options[] = { {"help-all", 'h',TAG_HELP_ALL,ARGV_OPTARG_NONE,0,0,0, "show comprehensive help information"}, + {"heuristics", 0,TAG_HEURISTICS,ARGV_OPTARG_OPTIONAL,0,0,"<path>", + "enable/disable creation of shared/static libraries " + "by parsing a project-specific shell script, " + "the %s of which is either provided via this " + "command-line argument, or detected by the program."}, + {"mode", 0,TAG_MODE,ARGV_OPTARG_REQUIRED,0, "clean|compile|execute|finish" "|install|link|uninstall",0, |