Fix over-zealous common prefix matching when generating Visual Studio project files...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 12 Feb 2006 15:34:44 +0000 (15:34 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 12 Feb 2006 15:34:44 +0000 (15:34 +0000)
commit86e150ab1dbb9a5f41d876916d3bd9da1d505494
tree5ffda5496ca57b65815f1f1574af5759be5d677e
parent8ff1faecc86ee03dd2d7706217854c65e171c7bf
Fix over-zealous common prefix matching when generating Visual Studio project files.  (David J. Van Maren)  Avoid overwriting available MSVS versions that are already set.  (Thad Ward)  Add a runfile parameter to Project creation.  (Matthias)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1419 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Tool/msvs.py
src/engine/SCons/Tool/msvs.xml
test/MSVS/common-prefix.py [new file with mode: 0644]
test/MSVS/runfile.py [new file with mode: 0644]
test/MSVS/vs-7.0-files.py
test/MSVS/vs-7.1-files.py
test/MSVS/vs-8.0-files.py