Menu

Commit [r1070]  Maximize  Restore  History

Update tools/coverity.bat for MSVC 2015.

xhmikosr 2015-08-12

changed /trunk/tools/coverity.bat
/trunk/tools/coverity.bat Diff Switch to side-by-side view
--- a/trunk/tools/coverity.bat
+++ b/trunk/tools/coverity.bat
@@ -27,7 +27,7 @@
 
 :main
 rem Win32
-call "%VS120COMNTOOLS%..\..\VC\vcvarsall.bat" x86
+call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86
 if %ERRORLEVEL% neq 0 (
   echo vcvarsall.bat call failed.
   goto End
@@ -43,7 +43,7 @@
 
 
 rem x64
-call "%VS120COMNTOOLS%..\..\VC\vcvarsall.bat" x86_amd64
+call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86_amd64
 if %ERRORLEVEL% neq 0 (
   echo vcvarsall.bat call failed.
   goto End
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.