summaryrefslogtreecommitdiff
path: root/compile_windows.cmd
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2014-09-10 13:50:41 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2014-09-10 13:50:41 +0200
commit2d547200175bcaefcbca0862f8e0395e42c96224 (patch)
treed2d8508074c5035a8c5af248e147655cdeb0a1cb /compile_windows.cmd
parent02af8398ac9a1089a7fe9efda615a771e1c13637 (diff)
Imported Upstream version 14.9.0
Diffstat (limited to 'compile_windows.cmd')
-rw-r--r--compile_windows.cmd11
1 files changed, 0 insertions, 11 deletions
diff --git a/compile_windows.cmd b/compile_windows.cmd
index 5250a22..217279e 100644
--- a/compile_windows.cmd
+++ b/compile_windows.cmd
@@ -50,17 +50,6 @@ goto arg_loop
call getrev.cmd
-:: Get value of #define USE_SVN_VERSIONS
-for /f "tokens=3" %%j in ('type src\version.cpp ^| find "USE_SVN_VERSIONS"') do set use_svn_revision=%%j
-
-if exist src\svn_revision.h (
- if [%use_svn_revision%]==[1] (
-
- set qmake_defs=%qmake_defs% HAVE_SVN_REVISION_H
-
- )
-)
-
cd zlib
mingw32-make -fwin32\makefile.gcc