Added support for Visual Studio 2015 with Update-2.

This commit is contained in:
LoRd_MuldeR 2016-04-07 20:52:07 +02:00
parent 819a3106b3
commit 16e01f9b99

View File

@ -71,6 +71,8 @@ namespace MUtils
static const char *const COMPILER_VERS = "MSVC 2015";
#elif (_MSC_FULL_VER == 190023506)
static const char *const COMPILER_VERS = "MSVC 2015.1";
#elif (_MSC_FULL_VER == 190023918)
static const char *const COMPILER_VERS = "MSVC 2015.2";
#else
#error Compiler version is not supported yet!
#endif