Add customizable variable helper. (Anthony Roach)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 26 Sep 2002 00:54:35 +0000 (00:54 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 26 Sep 2002 00:54:35 +0000 (00:54 +0000)
commit434cbfa037d2fcf776cfee74d94f53d4ce5261de
tree922757c04f75bb1593cdc2831035474f731eabb5
parenta167fb36b5523efdfa45ab74e4c9d1c53d2c11be
Add customizable variable helper.  (Anthony Roach)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@469 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/CHANGES.txt
src/engine/MANIFEST.in
src/engine/SCons/Environment.py
src/engine/SCons/Options.py [new file with mode: 0644]
src/engine/SCons/OptionsTests.py [new file with mode: 0644]
src/engine/SCons/Script/SConscript.py
test/Options.py [new file with mode: 0644]