summaryrefslogtreecommitdiffstats
path: root/tools/configure/environment.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-11-19 16:55:24 -0800
committerThiago Macieira <thiago.macieira@intel.com>2014-12-13 05:11:05 +0100
commiteb1516c9c898382d47c9c8e1e979abaa2d65d131 (patch)
tree89bd6e131026313cc80f02ff116682b7300f2ffe /tools/configure/environment.h
parentc62af804a72c8581faa37a5e67cabfff02bcf44d (diff)
Update the names of Microsoft compilers
Microsoft hasn't called their compilers .NET since .NET 2003, so NET2005 and up were wrong. Change-Id: I28fa99d4e10fcc684be3096eb3237c916a80fa31 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r--tools/configure/environment.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h
index 12081e3801..446f5212f7 100644
--- a/tools/configure/environment.h
+++ b/tools/configure/environment.h
@@ -41,11 +41,11 @@ enum Compiler {
CC_BORLAND = 0x01,
CC_MINGW = 0x02,
CC_INTEL = 0x03,
- CC_NET2005 = 0x80,
- CC_NET2008 = 0x90,
- CC_NET2010 = 0xA0,
- CC_NET2012 = 0xB0,
- CC_NET2013 = 0xC0
+ CC_MSVC2005 = 0x80,
+ CC_MSVC2008 = 0x90,
+ CC_MSVC2010 = 0xA0,
+ CC_MSVC2012 = 0xB0,
+ CC_MSVC2013 = 0xC0
};
struct CompilerInfo;