added more cvsignores because scons is placing .sconsign files all over the place :-/
[supertux.git] / 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"):