mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
coverity.bat: use VS 2015.
Note that the current Coverity version doesn't work with VS2015 yet.
This commit is contained in:
parent
8f489fd611
commit
8226e831e1
@ -12,7 +12,7 @@ IF DEFINED COVDIR IF NOT EXIST "%COVDIR%" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
CALL "%VS120COMNTOOLS%\vsvars32.bat"
|
CALL "%VS140COMNTOOLS%\vsvars32.bat"
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
ECHO vsvars32.bat call failed.
|
ECHO vsvars32.bat call failed.
|
||||||
GOTO End
|
GOTO End
|
||||||
|
Loading…
Reference in New Issue
Block a user