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
This commit is contained in:
Lance 2007-10-26 09:05:59 +00:00
parent ed6f19408d
commit a9e59cde63
1 changed files with 1 additions and 0 deletions

View File

@ -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