Add more environment methods for global functions: Action(), Builder(), Environment...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 Sep 2003 05:18:23 +0000 (05:18 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 Sep 2003 05:18:23 +0000 (05:18 +0000)
commitceabf2baf7a2d019940ab30da9b1e477d5d029d1
tree99bf886e89cd998dd6a32bdeb6894f15243122ce
parent246f80fe477d700305cdd606bcf3e0909adfc0f8
Add more environment methods for global functions:  Action(), Builder(), Environment(), Literal(), Platform(), Split(), Tool().  Deprecate ParseConfig() in favor of an environment method.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@808 fdb21ef1-2011-0410-befe-b5e4ea1792b1
13 files changed:
doc/man/scons.1
src/CHANGES.txt
src/RELEASE.txt
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
test/Environment.py
test/ParseConfig.py
test/Platform.py
test/Split.py
test/WhereIs.py