Check in the Tool() interface. (SK and Charles Crain)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 20 Jun 2002 00:17:18 +0000 (00:17 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 20 Jun 2002 00:17:18 +0000 (00:17 +0000)
commit008fde375c77b9eefc15eaecc8738b84f3062e7a
treea07099be95dddcfdb438e7b08b780063c8853831
parentb69f01799f4c546f10477f502d46115e57f4b752
Check in the Tool() interface.  (SK and Charles Crain)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@392 fdb21ef1-2011-0410-befe-b5e4ea1792b1
37 files changed:
doc/man/scons.1
rpm/scons.spec
src/CHANGES.txt
src/engine/MANIFEST.in
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/Defaults.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Platform/__init__.py
src/engine/SCons/Platform/cygwin.py
src/engine/SCons/Platform/posix.py
src/engine/SCons/Platform/win32.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Script/__init__.py
src/engine/SCons/Tool/ToolTests.py [new file with mode: 0644]
src/engine/SCons/Tool/__init__.py [new file with mode: 0644]
src/engine/SCons/Tool/ar.py [new file with mode: 0644]
src/engine/SCons/Tool/dvipdf.py [new file with mode: 0644]
src/engine/SCons/Tool/dvips.py [new file with mode: 0644]
src/engine/SCons/Tool/g++.py [new file with mode: 0644]
src/engine/SCons/Tool/g77.py [new file with mode: 0644]
src/engine/SCons/Tool/gcc.py [new file with mode: 0644]
src/engine/SCons/Tool/gnulink.py [new file with mode: 0644]
src/engine/SCons/Tool/latex.py [new file with mode: 0644]
src/engine/SCons/Tool/lex.py [new file with mode: 0644]
src/engine/SCons/Tool/lib.py [new file with mode: 0644]
src/engine/SCons/Tool/mslink.py [new file with mode: 0644]
src/engine/SCons/Tool/msvc.py [new file with mode: 0644]
src/engine/SCons/Tool/pdflatex.py [new file with mode: 0644]
src/engine/SCons/Tool/pdftex.py [new file with mode: 0644]
src/engine/SCons/Tool/tex.py [new file with mode: 0644]
src/engine/SCons/Tool/yacc.py [new file with mode: 0644]
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
src/setup.py
test/SharedLibrary.py