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:
authorUnderground78 <underground78@users.sourceforge.net>2016-01-31 23:24:46 +0300
committerUnderground78 <underground78@users.sourceforge.net>2016-02-01 00:49:56 +0300
commit57345977ad23cf7252177ce3dc2044034325466b (patch)
tree244312865a3cf1da72b2ae0deb3fb446646e94e2 /build.bat
parentc78e3b3a08e4e0a05875aa0afb3013043940d505 (diff)
build.bat: Use Visual Studio 2015 by default.
LAVFilters does not compile with Visual Studio 2013 anymore. We keep Visual Studio 2013 for now since Coverity is still not supporting Visual Studio 2015.
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index 0f8b0b457..aebd6eaf6 100755
--- a/build.bat
+++ b/build.bat
@@ -1,5 +1,5 @@
@ECHO OFF
-REM (C) 2009-2015 see Authors.txt
+REM (C) 2009-2016 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
@@ -83,7 +83,7 @@ IF %ARGB% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGB% == 0 (SET "BUILDTY
IF %ARGPL% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGPL% == 0 (SET "PPLATFORM=Both")
IF %ARGC% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGC% == 0 (SET "CONFIG=MPCHC")
IF %ARGBC% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGBC% == 0 (SET "BUILDCFG=Release")
-IF %ARGCOMP% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGCOMP% == 0 (SET "COMPILER=VS2013")
+IF %ARGCOMP% GTR 1 (GOTO UnsupportedSwitch) ELSE IF %ARGCOMP% == 0 (SET "COMPILER=VS2015")
IF /I "%PACKAGES%" == "True" SET "INSTALLER=True" & SET "ZIP=True"