projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256cda4
)
output some help on scons -h
author
Matthias Braun
<matze@braunis.de>
Sat, 20 Nov 2004 17:28:03 +0000
(17:28 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sat, 20 Nov 2004 17:28:03 +0000
(17:28 +0000)
SVN-Revision: 2113
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index
f3f742f
..
41ac84b
100644
(file)
--- 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"):