[Super-tux-commit] supertux SConstruct,1.18,1.19
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-20 17:28:12
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13237 Modified Files: SConstruct Log Message: output some help on scons -h Index: SConstruct =================================================================== RCS file: /cvsroot/super-tux/supertux/SConstruct,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- SConstruct 20 Nov 2004 15:18:23 -0000 1.18 +++ SConstruct 20 Nov 2004 17:28:03 -0000 1.19 @@ -87,6 +87,7 @@ ['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"): |