Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.
authorgaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 1 Oct 2008 02:47:36 +0000 (02:47 +0000)
committergaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 1 Oct 2008 02:47:36 +0000 (02:47 +0000)
commit0d2929cd4c6c4f0cb62803ecbe9e33aadfff8a74
treea552c544668ca726e3bb1508645fafd711d62d0a
parente53c5bd99ac4636aa550051a2551528aa947a5e1
Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3524 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Builder.py
src/engine/SCons/Subst.py
test/Builder/TargetSubst.py [new file with mode: 0644]