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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-07 14:24:10 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-07 14:24:10 +0400
commit7b8672cf36c37b700f64198e83aebfe48a5e03a2 (patch)
tree33d3e2dc1ef79feefc80eb8f730722b68a8d75ca /release.cmd
parent67ff11b712289041bf510b343c4e38e60f9615b7 (diff)
Adding release script to do the build from the command line
--HG-- branch : WDS-build
Diffstat (limited to 'release.cmd')
-rw-r--r--release.cmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/release.cmd b/release.cmd
new file mode 100644
index 0000000..38fa8c5
--- /dev/null
+++ b/release.cmd
@@ -0,0 +1,5 @@
+@echo off
+@if not "%OS%"=="Windows_NT" @(echo This script requires Windows NT 4.0 or later to run properly! & goto :EOF)
+call setvcvars.cmd 8.0
+if NOT defined VCVER_FRIENDLY echo Unfortunately setvcvars.cmd didn't do its job. Fix the problem and run this script again.&goto :EOF
+vcbuild /rebuild /time Premake4.vs8.sln "Release|Win32" \ No newline at end of file