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@users.sourceforge.net>2010-08-21 02:07:13 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-21 02:07:13 +0400
commit270aab41e117de5c7decc308f1b100b52173ad16 (patch)
treefaeccf5abd22ece275aa9380492cf5183098edc3 /build.bat
parente4b1a7b461f63555146201957d339c2d370aaca4 (diff)
renamed AUTHORS to Authors.txt and ChangeLog to Changelog.txt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2286 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index ea0516327..4a3d7e103 100644
--- a/build.bat
+++ b/build.bat
@@ -129,8 +129,8 @@ IF /I "%3" == "Resource" EXIT /B
IF /I "%3" == "Main" EXIT /B
IF /I "%4" == "Debug" EXIT /B
-XCOPY "src\apps\mplayerc\AUTHORS" ".\%COPY_TO_DIR%\" /Y /V
-XCOPY "src\apps\mplayerc\ChangeLog" ".\%COPY_TO_DIR%\" /Y /V
+XCOPY "src\apps\mplayerc\Authors.txt" ".\%COPY_TO_DIR%\" /Y /V
+XCOPY "src\apps\mplayerc\Changelog.txt" ".\%COPY_TO_DIR%\" /Y /V
XCOPY "COPYING" ".\%COPY_TO_DIR%\" /Y /V
IF /I "%Platform%" == "x64" GOTO :skipx86installer