diff options
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r-- | tools/configure/environment.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h index ec7cb635e1..5075e9ae5b 100644 --- a/tools/configure/environment.h +++ b/tools/configure/environment.h @@ -53,7 +53,8 @@ enum Compiler { CC_NET2003 = 0x71, CC_NET2005 = 0x80, CC_NET2008 = 0x90, - CC_NET2010 = 0x91 + CC_NET2010 = 0xA0, + CC_NET11 = 0xB0 }; struct CompilerInfo; |