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:
authorOliver Schneider <oliver@assarbad.net>2017-11-16 22:26:43 +0300
committerOliver Schneider <oliver@assarbad.net>2017-11-16 22:26:43 +0300
commit8ab90e44e7c518aff890b9981639bd04d34095c8 (patch)
tree2dc044d0977e2f5b7c00898660a955b3f5ccdab1 /public_release.cmd
parent89d059c3fcfdcac814c3d5705b2c03a220ac3f3f (diff)
Removed the duplicate icons and bitmaps
Renaming the script for builds, planning to also use that for other than release build types Renamed one of the WiX language files
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