summaryrefslogtreecommitdiff
path: root/tools/configure/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r--tools/configure/environment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h
index cfb8a4f003..9abbc8e4c4 100644
--- a/tools/configure/environment.h
+++ b/tools/configure/environment.h
@@ -56,7 +56,8 @@ enum Compiler {
CC_NET2008 = 0x90,
CC_NET2010 = 0xA0,
CC_NET2012 = 0xB0,
- CC_NET2013 = 0xC0
+ CC_NET2013 = 0xC0,
+ CC_NET2015 = 0xD0
};
struct CompilerInfo;