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-05-28 14:28:27 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-05-28 14:28:27 +0400
commit234dfdc3bae80521dbb8fb83f5009d2d983edbd2 (patch)
treed07e1ce229a75da44a34e085830c12800732ca03 /update_version.bat
parentff0ec56f412e5589459b3c540cbee3bb2e600f47 (diff)
-moved build.bat in the root dir and removed obsolete batch files.
-updated svn ignore git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1968 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'update_version.bat')
-rw-r--r--update_version.bat12
1 files changed, 6 insertions, 6 deletions
diff --git a/update_version.bat b/update_version.bat
index 5864f69a3..7746603a5 100644
--- a/update_version.bat
+++ b/update_version.bat
@@ -1,18 +1,18 @@
-@SubWCRev .\ include\SubWCRev.conf include\version.h
+@SubWCRev .\ include\SubWCRev.conf include\Version.h
@SubWCRev .\ src\apps\mplayerc\res\mpc-hc.exe.manifest.conf src\apps\mplayerc\res\mpc-hc.exe.manifest
@if %ERRORLEVEL% NEQ 0 goto :NoSubWCRev
@goto :eof
:NoSubWCRev
@echo NoSubWCRev
-echo #pragma once > include\version.h
+echo #pragma once > include\Version.h
echo. >> include\Version.h
echo #define DO_MAKE_STR(x) #x >> include\Version.h
echo #define MAKE_STR(x) DO_MAKE_STR(x) >> include\Version.h
echo. >> include\Version.h
-@echo #define VERSION_MAJOR 1 >> include\version.h
-@echo #define VERSION_MINOR 3 >> include\version.h
-@echo #define VERSION_REV 0 >> include\version.h
-@echo #define VERSION_PATCH 0 >> include\version.h
+@echo #define VERSION_MAJOR 1 >> include\Version.h
+@echo #define VERSION_MINOR 3 >> include\Version.h
+@echo #define VERSION_REV 0 >> include\Version.h
+@echo #define VERSION_PATCH 0 >> include\Version.h
@copy src\apps\mplayerc\res\mpc-hc.exe.manifest.template src\apps\mplayerc\res\mpc-hc.exe.manifest /Y \ No newline at end of file