Properly detect VS2012 with Update-2.
This commit is contained in:
parent
86b079cb74
commit
135aaaf77f
@ -165,8 +165,10 @@ static bool g_lamexp_console_attached = false;
|
||||
static const char *g_lamexp_version_compiler = "MSVC 2012-RTM";
|
||||
#elif (_MSC_FULL_VER < 170051106)
|
||||
static const char *g_lamexp_version_compiler = "MSVC 2012-U1 CTP";
|
||||
#elif (_MSC_FULL_VER == 170051106)
|
||||
#elif (_MSC_FULL_VER < 170060315)
|
||||
static const char *g_lamexp_version_compiler = "MSVC 2012-U1";
|
||||
#elif (_MSC_FULL_VER == 170060315)
|
||||
static const char *g_lamexp_version_compiler = "MSVC 2012-U2";
|
||||
#else
|
||||
#error Compiler version is not supported yet!
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user