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

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2013-12-08 10:32:02 +0400
committerOliver Schneider <oliver@assarbad.net>2013-12-08 10:32:02 +0400
commitbd759df598e47290f70a6e4d477690a22cabd65f (patch)
tree7ad1ba75b9003c8f7813bd29cde1cf492e56ed09 /common
parenta00fe53907235c29085e91cde4435ca46ea533ae (diff)
- Updated to new binary, based on rev 15a1bd2219d5 (737) of premake/premake-stable
Diffstat (limited to 'common')
-rw-r--r--common/premake4.exebin498920 -> 503040 bytes
-rw-r--r--common/produce_vsprojects.cmd2
2 files changed, 1 insertions, 1 deletions
diff --git a/common/premake4.exe b/common/premake4.exe
index 1a97feb..657b0c0 100644
--- a/common/premake4.exe
+++ b/common/premake4.exe
Binary files differ
diff --git a/common/produce_vsprojects.cmd b/common/produce_vsprojects.cmd
index 4b9a3ae..b94961e 100644
--- a/common/produce_vsprojects.cmd
+++ b/common/produce_vsprojects.cmd
@@ -13,7 +13,7 @@ set REPOROOT=%~dp0..
set COMMON=%~dp0
:: Change into the repository root
setlocal & pushd "%REPOROOT%"
-for %%i in (vs2005 vs2008 vs2010 vs2012) do @(
+for %%i in (vs2005 vs2008 vs2010 vs2012 vs2013) do @(
"%COMMON%\premake4.exe" %%i
)
:: Back to normal