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
diff options
context:
space:
mode:
Diffstat (limited to 'public_release.cmd')
-rw-r--r--public_release.cmd7
1 files changed, 3 insertions, 4 deletions
diff --git a/public_release.cmd b/public_release.cmd
index f6e2071..9c09c36 100644
--- a/public_release.cmd
+++ b/public_release.cmd
@@ -1,11 +1,10 @@
@echo off
setlocal ENABLEEXTENSIONS & pushd .
+"%~dp0common\premake4.exe" --release vs2005
call %~dp0common\setvcvars.cmd 2005
call %~dp0common\buildinc.cmd "%~dp0common"
echo %VCVER_FRIENDLY%
-vcbuild.exe /time /rebuild /showenv /M4 /nologo ^
- "/htmllog:$(SolutionDir)build\buildlog32.html" "%~dp0\windirstat.vs8.sln" "Release|Win32"
-vcbuild.exe /time /rebuild /showenv /M4 /nologo ^
- "/htmllog:$(SolutionDir)build\buildlog64.html" "%~dp0\windirstat.vs8.sln" "Release|x64"
+vcbuild.exe /time /rebuild /showenv /M1 /nologo ^
+ "/htmllog:$(SolutionDir)build\buildlog.html" "%~dp0\wds_release.vs8.sln" "$ALL"
popd & endlocal
goto :EOF