From: Matthias Braun Date: Sat, 20 Nov 2004 17:28:03 +0000 (+0000) Subject: output some help on scons -h X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e46ba8ed938f8e8723401df261797817406233c3;p=supertux.git output some help on scons -h SVN-Revision: 2113 --- diff --git a/SConstruct b/SConstruct index f3f742f63..41ac84b70 100644 --- a/SConstruct +++ b/SConstruct @@ -87,6 +87,7 @@ opts.Add(EnumOption('VARIANT', 'Build variant', 'optimize', ['optimize', 'debug', 'profile'])) env = Environment(options = opts) +Help(opts.GenerateHelpText(env)) # Create build_config.py and config.h if not os.path.exists("build_config.py") or not os.path.exists("config.h"):