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.cmd14
1 files changed, 0 insertions, 14 deletions
diff --git a/public_release.cmd b/public_release.cmd
deleted file mode 100644
index 834b4e9..0000000
--- a/public_release.cmd
+++ /dev/null
@@ -1,14 +0,0 @@
-@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