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 12:17:16 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-01-09 15:26:54 +0400
commit15c9c253d67ecc618b61b13ab44cd4d4f3bdf298 (patch)
tree948c054c7daf6b9eab86336063a9a3dd6e2f70db /contrib
parentcbaf79854f641aa29cf905a70a5f030146b61f39 (diff)
coverty.bat: use VS2010 for now
Diffstat (limited to 'contrib')
-rw-r--r--contrib/coverty.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/coverty.bat b/contrib/coverty.bat
index dd5d83696..f80123c93 100644
--- a/contrib/coverty.bat
+++ b/contrib/coverty.bat
@@ -2,7 +2,7 @@
SET COVDIR=H:\progs\thirdparty\cov-analysis-win64-6.0.5
-CALL "%VS110COMNTOOLS%..\..\VC\vcvarsall.bat" x86
+CALL "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" x86
"%COVDIR%\bin\cov-build.exe" --dir cov-int mpc-hc-covbuild.bat
"%PROGRAMFILES%\7za.exe" a -ttar MPC-HC.tar cov-int