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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-01-09 16:27:03 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-01-09 21:27:01 +0400
commitafb62761ff970bf390c9148a185875ef0c04c579 (patch)
tree38f12c7b62fff0cd7e7de22827ac55875b51feeb /contrib/coverity.bat
parent204fe458d5eb816d16e377aefec7dd5b47d9079a (diff)
simplify coverity.bat
Diffstat (limited to 'contrib/coverity.bat')
-rw-r--r--contrib/coverity.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/coverity.bat b/contrib/coverity.bat
new file mode 100644
index 000000000..9b69e63eb
--- /dev/null
+++ b/contrib/coverity.bat
@@ -0,0 +1,10 @@
+@ECHO OFF
+
+SET COVDIR=H:\progs\thirdparty\cov-analysis-win64-6.0.5
+
+CALL "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" x86
+
+"%COVDIR%\bin\cov-build.exe" --dir cov-int devenv "..\mpc-hc_vs2012.sln" /Rebuild "Release|Win32"
+"%PROGRAMFILES%\7za.exe" a -ttar MPC-HC.tar cov-int
+"%PROGRAMFILES%\7za.exe" a -tgzip MPC-HC.tgz MPC-HC.tar
+IF EXIST "MPC-HC.tar" DEL "MPC-HC.tar"