Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2015-11-15 20:55:06 +0300
committerOliver Schneider <oliver@assarbad.net>2015-11-15 20:55:06 +0300
commit580dd18437c2225db07337d23d3ef1cfdefd1fcf (patch)
treee2f1480739a24072bc04ad870428e72c6dcd4f37
parent194b0263460a89411d8f0dd4abe87253c2fab4b3 (diff)
Cosmetics
--HG-- branch : WDS-build
-rw-r--r--premake4.lua1
1 files changed, 1 insertions, 0 deletions
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