Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s string
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 13 Feb 2009 01:56:11 +0000 (01:56 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 13 Feb 2009 01:56:11 +0000 (01:56 +0000)
commit55e88b36910a7674811ebb0498351b732473e3eb
tree9a31253ef0e6e87a2c2bbc860ef075095d53114e
parent653793643102b53af04174c785c88929b331eac3
Issue 2277:  Fix generation of VS 8.0 files to use the %(platform)s string
(e.g. x64) instead of hard-coding Win32.  (Dan Eaton)

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