From 495017e5d40e5c3310e35b8897644c7d39e32ad4 Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Tue, 7 Aug 2012 19:12:41 +0200 Subject: Rename msvc11 to msvc2012 Microsoft has named their new Visual Studio again after the old naming schema. Change-Id: Ib1b971807fa89d90b10892a2d78570058e564f3a Reviewed-by: Oswald Buddenhagen Reviewed-by: Nicolas Arnaud-Cormos --- tools/configure/environment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure/environment.h') diff --git a/tools/configure/environment.h b/tools/configure/environment.h index 58e9c18137..51a6c6f031 100644 --- a/tools/configure/environment.h +++ b/tools/configure/environment.h @@ -54,7 +54,7 @@ enum Compiler { CC_NET2005 = 0x80, CC_NET2008 = 0x90, CC_NET2010 = 0xA0, - CC_NET11 = 0xB0 + CC_NET2012 = 0xB0 }; struct CompilerInfo; -- cgit v1.2.3