From e46ba8ed938f8e8723401df261797817406233c3 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 20 Nov 2004 17:28:03 +0000 Subject: [PATCH] output some help on scons -h SVN-Revision: 2113 --- SConstruct | 1 + 1 file changed, 1 insertion(+) 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"): -- 2.11.0