coverity.bat: use VS 2015.

Note that the current Coverity version doesn't work with VS2015 yet.
This commit is contained in:
XhmikosR 2016-01-24 12:48:16 +02:00
parent 8f489fd611
commit 8226e831e1

View File

@ -12,7 +12,7 @@ IF DEFINED COVDIR IF NOT EXIST "%COVDIR%" (
)
CALL "%VS120COMNTOOLS%\vsvars32.bat"
CALL "%VS140COMNTOOLS%\vsvars32.bat"
IF %ERRORLEVEL% NEQ 0 (
ECHO vsvars32.bat call failed.
GOTO End