Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py

Issue 218403011: Adding msvs2013 support to scons. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/third_party.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scons-2.0.1/README.nacl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « scons-2.0.1/README.nacl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698