commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/tools/coverity.bat |
--- 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