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:
authorXhmikosR <xhmikosr@gmail.com>2017-07-30 19:02:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-07-30 19:03:41 +0300
commit3635f6e75fdd9baf74a5a114eff11defe86b617c (patch)
treee096506aa8a2feb495b414975101edd2d0373292
parentdbd788381c076f0f93b75fca52c593070067dcb0 (diff)
Change references to Compilation.md.
-rwxr-xr-xbuild.bat2
-rwxr-xr-xsrc/mpc-hc/mpcresources/common_python.bat4
-rwxr-xr-xsrc/thirdparty/LAVFilters/build_lavfilters.bat2
-rwxr-xr-xupdate_version.bat4
4 files changed, 6 insertions, 6 deletions
diff --git a/build.bat b/build.bat
index e223f5cd8..06e6b4598 100755
--- a/build.bat
+++ b/build.bat
@@ -523,7 +523,7 @@ COLOR 0C
TITLE Compiling MPC-HC %COMPILER% [ERROR]
ECHO Not all build dependencies were found.
ECHO.
-ECHO See "docs\Compilation.txt" for more information.
+ECHO See "docs\Compilation.md" for more information.
CALL "%COMMON%" :SubMsg "ERROR" "Compilation failed!" & EXIT /B
diff --git a/src/mpc-hc/mpcresources/common_python.bat b/src/mpc-hc/mpcresources/common_python.bat
index 76c6cb1ab..c1d16d6da 100755
--- a/src/mpc-hc/mpcresources/common_python.bat
+++ b/src/mpc-hc/mpcresources/common_python.bat
@@ -1,5 +1,5 @@
@ECHO OFF
-REM (C) 2012-2013, 2015 see Authors.txt
+REM (C) 2012-2013, 2015, 2017 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
@@ -56,5 +56,5 @@ EXIT /B
:MissingVar
ECHO Not all build dependencies were found.
ECHO.
-ECHO See "%ROOT_DIR%\docs\Compilation.txt" for more information.
+ECHO See "%ROOT_DIR%\docs\Compilation.md" for more information.
EXIT /B 1
diff --git a/src/thirdparty/LAVFilters/build_lavfilters.bat b/src/thirdparty/LAVFilters/build_lavfilters.bat
index 36774d189..521eddaf3 100755
--- a/src/thirdparty/LAVFilters/build_lavfilters.bat
+++ b/src/thirdparty/LAVFilters/build_lavfilters.bat
@@ -197,7 +197,7 @@ EXIT /B
:MissingVar
ECHO Not all build dependencies were found.
ECHO.
-ECHO See "%ROOT_DIR%\docs\Compilation.txt" for more information.
+ECHO See "%ROOT_DIR%\docs\Compilation.md" for more information.
CALL "%COMMON%" :SubMsg "ERROR" "LAV Filters compilation failed!" & EXIT /B 1
diff --git a/update_version.bat b/update_version.bat
index c4ed1d415..12d87ed64 100755
--- a/update_version.bat
+++ b/update_version.bat
@@ -1,5 +1,5 @@
@ECHO OFF
-REM (C) 2010-2013, 2015 see Authors.txt
+REM (C) 2010-2013, 2015, 2017 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
@@ -45,6 +45,6 @@ EXIT /B
:MissingVar
ECHO Not all build dependencies were found.
ECHO.
-ECHO See "docs\Compilation.txt" for more information.
+ECHO See "docs\Compilation.md" for more information.
ENDLOCAL
EXIT /B 1