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>2011-05-30 16:03:30 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-05-30 16:03:30 +0400
commitb91a81065ce267a1200073391f75f881978f8f04 (patch)
tree4cf2908f5ecb9819e09a3a403f130bb65858a6e0 /update_version.bat
parent0dd973c6bbde5c6981e5ea51b96cb79f02c13172 (diff)
cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3164 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'update_version.bat')
-rw-r--r--update_version.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/update_version.bat b/update_version.bat
index e5cc02572..1daeed231 100644
--- a/update_version.bat
+++ b/update_version.bat
@@ -3,15 +3,15 @@ SETLOCAL
SubWCRev .\ include\Version_rev.h.in include\Version_rev.h -f
IF %ERRORLEVEL% NEQ 0 GOTO NoSubWCRev
-SubWCRev .\ src\apps\mplayerc\res\mpc-hc.exe.manifest.conf src\apps\mplayerc\res\mpc-hc.exe.manifest -f
+SubWCRev .\ src\apps\mplayerc\res\mpc-hc.exe.manifest.conf src\apps\mplayerc\res\mpc-hc.exe.manifest -f >NUL
IF %ERRORLEVEL% NEQ 0 GOTO NoSubWCRev
EXIT /B
:NoSubWCRev
ECHO NoSubWCRev, will use MPC_VERSION_REV=0
-ECHO #define MPC_VERSION_REV 0 >include\Version_rev.h
-COPY /Y src\apps\mplayerc\res\mpc-hc.exe.manifest.template src\apps\mplayerc\res\mpc-hc.exe.manifest
+ECHO #define MPC_VERSION_REV 0 >include\Version_rev.h
+COPY /Y /V src\apps\mplayerc\res\mpc-hc.exe.manifest.template src\apps\mplayerc\res\mpc-hc.exe.manifest
EXIT /B