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

public_release.cmd - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 834b4e97b1bd454f5fdfb2bca1e87b9cbe545494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off
setlocal ENABLEEXTENSIONS & pushd .
call "%~dp0common\hgid.cmd"
"%~dp0common\premake4.exe" --release --resources vs2005
call %~dp0common\setvcvars.cmd 2005
echo %VCVER_FRIENDLY%
::popd & endlocal & goto :EOF
vcbuild.exe /time /rebuild /showenv /M1 /nologo ^
    "/htmllog:$(SolutionDir)wds_release\buildlog.html" "%~dp0\wds_release.vs8.sln" "$ALL"
:: msbuild.exe "%~dp0\setup\wds_setup.wixproj"
:: Sign the MSIs
:: Create NSIS wrapper
:: Create ZIP file?
popd & endlocal & goto :EOF