Index: scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py |
diff --git a/scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py b/scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py |
index 0aeb3e785ad8962a9c1026ee2d32c1de7e0f0698..2390ba6d98018b5d1282045b09d4389902793a1a 100644 |
--- a/scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py |
+++ b/scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py |
@@ -128,9 +128,11 @@ def get_host_target(env): |
return (host, target,req_target_platform) |
-_VCVER = ["10.0", "9.0", "9.0Exp","8.0", "8.0Exp","7.1", "7.0", "6.0"] |
+_VCVER = ["12.0", "10.0", "9.0", "9.0Exp","8.0", "8.0Exp","7.1", "7.0", "6.0"] |
_VCVER_TO_PRODUCT_DIR = { |
+ '12.0': [ |
+ r'Microsoft\VisualStudio\12.0\Setup\VC\ProductDir'], |
'10.0': [ |
r'Microsoft\VisualStudio\10.0\Setup\VC\ProductDir'], |
'9.0': [ |