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>2014-01-29 06:34:20 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-29 06:34:20 +0400
commit52e99067ce8ddebdb286c1b3bdac330fde83b7f3 (patch)
treec8c08a7fca96ab148a257120278f38bc11559c70 /common
parentd6a47f1bfb69894ca42195de6d239bd25548ad3f (diff)
Adding luaconf to dev solution and updating premake4.lua to contain it
Diffstat (limited to 'common')
-rw-r--r--common/produce_vsprojects.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/produce_vsprojects.cmd b/common/produce_vsprojects.cmd
index e4d1d72..9d83a6a 100644
--- a/common/produce_vsprojects.cmd
+++ b/common/produce_vsprojects.cmd
@@ -16,6 +16,7 @@ setlocal & pushd "%REPOROOT%"
if "%~1" == "--full" (set OPTIONS=--resources --sdk71)
if "%~1" == "--sdk71" (set OPTIONS=--sdk71)
if "%~1" == "--resources" (set OPTIONS=--resources)
+if "%~1" == "--dev" (set OPTIONS=--dev --sdk71)
set DEFAULT_VSVERSIONS=2005 2008 2010 2012 2013
set VSVERSIONS=%*
if "%VSVERSIONS%" == "" set VSVERSIONS=%DEFAULT_VSVERSIONS%