aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-29 10:46:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-29 10:46:31 +0200
commit97d5397a8079fc0ece521e0c36e313043bc22b12 (patch)
tree0639d56fbacc7d0f6746abc3547764b924176f6a
parente5a79fa6ef2230505665022512ae60f1bab4b29d (diff)
Cosmetic change
-rw-r--r--build2/cc/guess.cxx18
1 files changed, 10 insertions, 8 deletions
diff --git a/build2/cc/guess.cxx b/build2/cc/guess.cxx
index b87dd1f..ecadcc7 100644
--- a/build2/cc/guess.cxx
+++ b/build2/cc/guess.cxx
@@ -1005,14 +1005,16 @@ namespace build2
// Note that VC15 has runtime version 14.1 but the DLLs are still
// called *140.dll (they are said to be backwards-compatible).
//
- // 19.10 140/14.1 15/2017
- // 19.00 140/14.0 14/2015
- // 18.00 120/12.0 12/2013
- // 17.00 110/11.0 11/2012
- // 16.00 100/10.0 10/2010
- // 15.00 90/9.0 9/2008
- // 14.00 80/8.0 8/2005
- // 13.10 71/7.1 7.1/2003
+ // year ver cl.exe crt/dll
+ //
+ // 2017 15 19.10 14.1/140
+ // 2015 14 19.00 14.0/140
+ // 2013 12 18.00 12.0/120
+ // 2012 11 17.00 11.0/110
+ // 2010 10 16.00 10.0/100
+ // 2008 9 15.00 9.0/90
+ // 2005 8 14.00 8.0/80
+ // 2003 7.1 13.10 7.1/71
//
/**/ if (v.major == 19 && v.minor == 10) arch += "14.1";
else if (v.major == 19 && v.minor == 0) arch += "14.0";