output some help on scons -h
authorMatthias Braun <matze@braunis.de>
Sat, 20 Nov 2004 17:28:03 +0000 (17:28 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 20 Nov 2004 17:28:03 +0000 (17:28 +0000)
SVN-Revision: 2113

SConstruct

index f3f742f..41ac84b 100644 (file)
@@ -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"):