From 2d547200175bcaefcbca0862f8e0395e42c96224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81ukasik?= Date: Wed, 10 Sep 2014 13:50:41 +0200 Subject: Imported Upstream version 14.9.0 --- compile_windows.cmd | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'compile_windows.cmd') 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 -- cgit v1.2.3