mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-03-19 22:51:34 +00:00
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:
parent
ed6f19408d
commit
a9e59cde63
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue