Big change for shared libraries and a bunch of other flexibility. (Charles Crain)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 15 Apr 2002 18:43:38 +0000 (18:43 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 15 Apr 2002 18:43:38 +0000 (18:43 +0000)
commitb66676b61c2f06647a504f8ff3f81ac283f157f7
treebab059042f2f8cbc85dcf7a619dbebbbe23dc4fb
parent1de2dfd8f45c84b09ef054d065559d97655d294b
Big change for shared libraries and a bunch of other flexibility.  (Charles Crain)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@330 fdb21ef1-2011-0410-befe-b5e4ea1792b1
33 files changed:
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
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/Node/NodeTests.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/Scanner/Prog.py
src/engine/SCons/Scanner/ProgTests.py
src/engine/SCons/Sig/MD5.py
src/engine/SCons/Sig/MD5Tests.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
test/Command.py
test/LIBPATH.py
test/LIBPREFIXES.py [new file with mode: 0644]
test/LIBSUFFIXES.py [new file with mode: 0644]
test/SHCC.py [new file with mode: 0644]
test/SHCCFLAGS.py [new file with mode: 0644]
test/SHCXX.py [new file with mode: 0644]
test/SHCXXFLAGS.py [new file with mode: 0644]
test/SHF77.py [new file with mode: 0644]
test/SHF77FLAGS.py [new file with mode: 0644]
test/SHLIBPREFIX.py [new file with mode: 0644]
test/SHLIBSUFFIX.py [new file with mode: 0644]
test/SHLINK.py [new file with mode: 0644]
test/SHLINKFLAGS.py [new file with mode: 0644]
test/SharedLibrary.py [new file with mode: 0644]
test/multiline.py