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),)
|
ifneq ($(shell which i586-mingw32msvc-gcc 2> /dev/null),)
|
||||||
#yup, the alternative exists (this matches the one debian has)
|
#yup, the alternative exists (this matches the one debian has)
|
||||||
CC=i586-mingw32msvc-gcc
|
CC=i586-mingw32msvc-gcc
|
||||||
|
WINDRES=i586-mingw32msvc-windres
|
||||||
# BITS?=32
|
# BITS?=32
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue