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
parent204fe458d5eb816d16e377aefec7dd5b47d9079a (diff)
simplify coverity.bat
Diffstat (limited to 'contrib')
-rw-r--r--contrib/coverity.bat (renamed from contrib/coverty.bat)2
-rw-r--r--contrib/mpc-hc-covbuild.bat1
2 files changed, 1 insertions, 2 deletions
diff --git a/contrib/coverty.bat b/contrib/coverity.bat
index f80123c93..9b69e63eb 100644
--- a/contrib/coverty.bat
+++ b/contrib/coverity.bat
@@ -4,7 +4,7 @@ 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 mpc-hc-covbuild.bat
+"%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"
diff --git a/contrib/mpc-hc-covbuild.bat b/contrib/mpc-hc-covbuild.bat
deleted file mode 100644
index bfcf4576f..000000000
--- a/contrib/mpc-hc-covbuild.bat
+++ /dev/null
@@ -1 +0,0 @@
-devenv "..\mpc-hc_vs2012.sln" /project "..\src\mpc-hc\mpc-hc.vcxproj" /Rebuild "Release|Win32"