Allow passing a dictionary of keyword arguments to Tool specifications. (Gary Oberbr...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 7 Oct 2004 17:49:23 +0000 (17:49 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 7 Oct 2004 17:49:23 +0000 (17:49 +0000)
commita9175fd96ab13d4e69e2f81ab247bc1bb3896c97
tree1c2aa0119a24b6f0427d0dd2c3974d930257c488
parentec123584c01358ecdd441cdc908fc65fdfbdc2d5
Allow passing a dictionary of keyword arguments to Tool specifications.  (Gary Oberbrunner)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1116 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Tool/__init__.py
test/tool_args.py [new file with mode: 0644]