Add back windres, it is still used after wrc invocation

svn path=/trunk/; revision=29378
This commit is contained in:
Hervé Poussineau 2007-10-03 14:17:46 +00:00
parent 09ab02f6da
commit 5fecef05ea

View file

@ -298,6 +298,7 @@ ar = $(Q)$(PREFIX_)ar
objcopy = $(Q)$(PREFIX_)objcopy
dlltool = $(Q)$(PREFIX_)dlltool
strip = $(Q)$(PREFIX_)strip
windres = $(Q)$(PREFIX_)windres
# Set utilities
ifeq ($(OSTYPE),msys)