"Pierre d'Herbemont" stegefin@free.fr writes:
I have been away for a while, but after a little investigation I found this in this day CVS status wine/Make.rules.in :
.res.res.o: $(WINDRES) -i $< -o
so I guess that wine still use windres :( ... So I think I will have to work on binutils, or maybe there is something I don't understand... (I hope so ;) )
windres is only used when building PE binaries with mingw. It's not used in the normal build process.