From 580dd18437c2225db07337d23d3ef1cfdefd1fcf Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Sun, 15 Nov 2015 17:55:06 +0000 Subject: Cosmetics --HG-- branch : WDS-build --- premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake4.lua b/premake4.lua index 421ece5..bac7358 100644 --- a/premake4.lua +++ b/premake4.lua @@ -34,6 +34,7 @@ do -- Name the project files after their VS version local orig_getbasename = premake.project.getbasename premake.project.getbasename = function(prjname, pattern) + -- The below is used to insert the .vs(8|9|10|11|12|14) into the file names for projects and solutions if _ACTION then name_map = {vs2005 = "vs8", vs2008 = "vs9", vs2010 = "vs10", vs2012 = "vs11", vs2013 = "vs12", vs2015 = "vs14"} if name_map[_ACTION] then -- cgit v1.2.3