It should now handle picking up the SDK compilers when the VC vcvarsall.bat doesn...
authorbdbaddog <bdbaddog@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 4 Feb 2010 07:31:43 +0000 (07:31 +0000)
committerbdbaddog <bdbaddog@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 4 Feb 2010 07:31:43 +0000 (07:31 +0000)
commitd761fa524e4758130d62239f1e82ec1c6cf98aa2
treed3808de1add26d08cf28bc353d465568e34b887c
parenta6ca84513ece1ed0b4b6e4d3bba7dbbc0ec86210
It should now handle picking up the SDK compilers when the VC vcvarsall.bat doesn't pick them.
Perhaps not for all flavors of the SDK, but for SDK 7.0.

Currently the following tests fail:
Failed the following 2 tests:
        test\IDL\midl.py
        test\Win32\scons-bat-error.py

We should add to the docs which combinations of VC and SDK we expect to work, and which have been tested.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4656 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Tool/MSCommon/sdk.py
src/engine/SCons/Tool/MSCommon/vc.py
src/engine/SCons/compat/_scons_subprocess.py