diff options
author | watcherhd <watcherhd@gmail.com> | 2017-08-11 08:50:10 +0300 |
---|---|---|
committer | watcherhd <watcherhd@gmail.com> | 2017-08-11 08:50:10 +0300 |
commit | 3d49e0e58c3c1c29f065e71a22bd7d3bfab741b1 (patch) | |
tree | 73390f50bc6ad6f039399fc23f49b1210e74a919 /tools | |
parent | 49af8c8d81ea785622fe037ed4db75a47aa359f4 (diff) |
unneeded junk
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build_scripts/svn_update.bat | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/build_scripts/svn_update.bat b/tools/build_scripts/svn_update.bat deleted file mode 100644 index 4f94fee62b..0000000000 --- a/tools/build_scripts/svn_update.bat +++ /dev/null @@ -1,19 +0,0 @@ -rem del /F /Q version.txt - -svn cleanup - -svn update > update.log - -cd build - -for /F %%g in ('svnversion build.no') do set Revision=%%g - -for /F "tokens=1,2,3 delims= " %%i in (build.no) do set MirVer=%%i.%%j.%%k - -cd .. - -rem echo v%MirVer%_%Revision% > version.txt - -rem svn log -l 30 >> version.txt - -echo %date% %time% > timestamp.chk
\ No newline at end of file |