diff options
author | madmaxoft <github@xoft.cz> | 2013-08-03 20:41:26 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-03 20:41:26 +0200 |
commit | b3906500c74375125708690c01382c730b84437a (patch) | |
tree | bc55a0ead3b746c053ccbe02025d478fc545c45b /UpdateVersions.cmd | |
parent | Removed some stuff again. (diff) | |
download | cuberite-b3906500c74375125708690c01382c730b84437a.tar cuberite-b3906500c74375125708690c01382c730b84437a.tar.gz cuberite-b3906500c74375125708690c01382c730b84437a.tar.bz2 cuberite-b3906500c74375125708690c01382c730b84437a.tar.lz cuberite-b3906500c74375125708690c01382c730b84437a.tar.xz cuberite-b3906500c74375125708690c01382c730b84437a.tar.zst cuberite-b3906500c74375125708690c01382c730b84437a.zip |
Diffstat (limited to 'UpdateVersions.cmd')
-rw-r--r-- | UpdateVersions.cmd | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/UpdateVersions.cmd b/UpdateVersions.cmd deleted file mode 100644 index 1d4b00bca..000000000 --- a/UpdateVersions.cmd +++ /dev/null @@ -1,39 +0,0 @@ -@echo off -:: UpdateVersions.cmd -:: This script processes all *.template files into their non-templated variants using subwcrev, substituting WC-related keywords in the process -:: subwcrev is expected to be in path; you can pass the correct path for your system as env var "subwcrev" - - -:: Subwcrev (from TortoiseSVN, for querying revision number; by default in PATH): -if %subwcrev%a == a set subwcrev=subwcrev - - - - -:: Copy all *.template files into their non-template versions, substituting SVN keywords: -for /r %%X in (*.template) do ( - %subwcrev% . "%%X" "%%~dpX%%~nX" - if errorlevel 1 goto haderror -) - - -goto end - - - - -:haderror -echo an error was encountered, check command output above -pause -goto finished - - - - - -:end -if "a%1" == "a" pause - - - -:finished
\ No newline at end of file |