Implement special variable substitution.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 11 Oct 2001 23:13:20 +0000 (23:13 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 11 Oct 2001 23:13:20 +0000 (23:13 +0000)
commit5c30e998b116fafbb8ededbce5c8a98fde080269
treebf1be1f8cebc4b016b9856f27d1cf84879b547be
parent6cda08d576ec30ec364a9bc8adb2c16d6e677cae
Implement special variable substitution.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@94 fdb21ef1-2011-0410-befe-b5e4ea1792b1
20 files changed:
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/Defaults.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
test/Command.py
test/Default.py
test/Depends.py
test/ENV.py
test/Library.py
test/builderrors.py
test/multiline.py
test/option--.py
test/option-c.py
test/option-i.py
test/option-j.py
test/option-k.py
test/option-n.py
test/option-s.py
test/up-to-date.py