Allow build directories outside the SConstruct tree; add a FindFile() function to...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 10 Jul 2002 22:39:00 +0000 (22:39 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 10 Jul 2002 22:39:00 +0000 (22:39 +0000)
commitcc30de45788ad0dc08d68d8c3c4c15212afd608e
tree343c9712c76d4e3d5de04ae50a92d65abe2be90e
parent0d62585239eea54f3d89032b721222fc5bea9020
Allow build directories outside the SConstruct tree; add a FindFile() function to search for files with a specified name; add  to the shared-object g++ and gcc command lines.  (Charles Crain)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@407 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Tool/g++.py
src/engine/SCons/Tool/gcc.py
test/BuildDir.py
test/CPPFLAGS.py
test/FindFile.py [new file with mode: 0644]