[ioquake3] 14/136: Makefile: using generic windres if specific one is not present in mingw platform

Simon McVittie smcv at debian.org
Thu Jun 15 09:08:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 864f66a1c002d58c223dc923e732d4093452c383
Author: Eugene Molotov <em92 at users.noreply.github.com>
Date:   Thu Mar 23 20:34:27 2017 +0500

    Makefile: using generic windres if specific one is not present in mingw platform
---
 Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3876d27..72de9b1 100644
--- a/Makefile
+++ b/Makefile
@@ -530,9 +530,11 @@ ifdef MINGW
       CC=gcc
     endif
 
-    ifndef WINDRES
-      WINDRES=windres
-    endif
+  endif
+
+  # using generic windres if specific one is not present
+  ifndef WINDRES
+    WINDRES=windres
   endif
 
   ifeq ($(CC),)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list