From 01f1d82d053b5e82b0b5b4311a7e9f0beda04009 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Mon, 4 Jan 2016 19:40:32 +0100 Subject: [PATCH] We upgraded completely to VS 2015. The code no longer compiles on VS 2013, removing that toolset. --- premake5.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/premake5.lua b/premake5.lua index 0ceb2828..b22fa2a9 100644 --- a/premake5.lua +++ b/premake5.lua @@ -51,6 +51,9 @@ solution "iw4x" location ("./build") configurations { "Normal", "Debug", "DebugStatic", "Release", "ReleaseStatic" } + -- VS 2015 toolset only + toolset "msc-140" + project "iw4x" kind "SharedLib" language "C++" @@ -61,12 +64,6 @@ solution "iw4x" ["Normal"] = "Debug" } - -- Allow newer Microsoft toolsets but fall back to VS2013 - if _ACTION == "vs2015" then - toolset "msc-140" - else - toolset "msc-120" - end if not _OPTIONS["no-new-structure"] then vpaths {