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>2016-04-20 22:00:24 +0300
committerOliver Schneider <oliver@assarbad.net>2016-04-20 22:00:24 +0300
commita7fb3668eb4c96e322f573f12699d7e2e37cd0a1 (patch)
treed7f9557acecf487e6859c42d6516ee7457754cf3 /premake4.lua
parent165d87bae3c97e4e94b24d84c60d8e47da9ba0df (diff)
Adjustments to build process
--HG-- branch : WDS-build
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua15
1 files changed, 11 insertions, 4 deletions
diff --git a/premake4.lua b/premake4.lua
index 2ab2fc6..f4887e7 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -1,8 +1,15 @@
---
--- Premake 4.x build configuration script
---
--- The below is used to insert the .vs(2005|2008|2010|2012|2013|2015) into the file names for projects and solutions
+--[[
+ This premake4.lua _requires_ windirstat/premake-stable to work properly.
+ If you don't want to use the code-signed build that can be found in the
+ download section of that project, you can build from the WDS-branch at:
+
+ https://bitbucket.org/windirstat/premake-stable
+--]]
local action = _ACTION or ""
+if _OPTIONS["publish"] then
+ print "INFO: Creating 'Publish' build solution."
+ publish = true
+end
do
-- This is mainly to support older premake4 builds
if not premake.project.getbasename then