From 499a718d986776354bbd4e7787ea1c30c851e384 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 13 Aug 2018 15:18:09 +0000 Subject: driver: added --heuristics support. --- src/skin/slbt_skin_default.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/skin/slbt_skin_default.c') 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,"", + "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, -- cgit v1.2.3