From a9e59cde63011abb03492ab547baee91f4850812 Mon Sep 17 00:00:00 2001
From: Lance <moodles@users.sourceforge.net>
Date: Fri, 26 Oct 2007 09:05:59 +0000
Subject: [PATCH] addition to revision 2763, to use i586-mingw32msvc-windres
 instead

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2764 fc73d0e0-1445-4013-8a0c-d673dee63da5
---
 engine/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/engine/Makefile b/engine/Makefile
index d3e4595f5..9a2a0c89d 100644
--- a/engine/Makefile
+++ b/engine/Makefile
@@ -22,6 +22,7 @@ ifeq ($(FTE_TARGET),win32)
 		ifneq ($(shell which i586-mingw32msvc-gcc 2> /dev/null),)
 			#yup, the alternative exists (this matches the one debian has)
 			CC=i586-mingw32msvc-gcc
+			WINDRES=i586-mingw32msvc-windres
 #			BITS?=32
 		endif
 	endif