From f68861367bd43356ed983efc2aa72567009ad2d1 Mon Sep 17 00:00:00 2001 From: Thraix Date: Mon, 2 Mar 2020 21:44:38 +0100 Subject: [PATCH] Add exclude source and header compilation --- makegen.xml | 2 -- src/ConfigCLI.cpp | 58 ++++++++++++++++++++++++++-------------------- src/ConfigFile.cpp | 2 +- src/ConfigUtils.h | 14 ++++++++++- src/HFileGen.cpp | 10 ++++++-- src/Utils.cpp | 20 +++++++++++++--- 6 files changed, 72 insertions(+), 34 deletions(-) diff --git a/makegen.xml b/makegen.xml index f555d6d..09c15df 100644 --- a/makegen.xml +++ b/makegen.xml @@ -1,7 +1,6 @@ false - MakeGen.h bin/ makegen executable @@ -13,7 +12,6 @@ -g3 -w false - MakeGen.h bin/ makegen executable diff --git a/src/ConfigCLI.cpp b/src/ConfigCLI.cpp index 1ffcd1c..e6641fc 100644 --- a/src/ConfigCLI.cpp +++ b/src/ConfigCLI.cpp @@ -13,16 +13,16 @@ MakeGen conf is used to create, modify and query the makegen.xml file. Usage: makegen conf [] [--help] Generating config files - gen Prompt the user to enter information to create config + gen Prompt the user to enter information to create config Modifying config settings - add Add values to config settings which support multiple arguments - remove Remove values from config settings which support multiple - arguments - set Set value to config settings which support only one argument + add Add values to config settings which support multiple arguments + remove Remove values from config settings which support multiple + arguments + set Set value to config settings which support only one argument Querying config settings - get Get value of the config setting)"); + get Get value of the config setting)"); } void ConfigCLI::DisplayGenHelp() @@ -33,10 +33,10 @@ Generate a config file from prompts Usage: makegen conf gen