diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index c0077abc2..0aa08d267 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -876,7 +876,7 @@ all: $(PROG).exe 86Box.res: 86Box.rc @echo Processing $< - @$(WINDRES) $(RFLAGS) $(EXTRAS) -i $< -o 86Box.res + @$(WINDRES) -v $(RFLAGS) $(EXTRAS) -i $< -o 86Box.res $(PROG).exe: $(OBJ) 86Box.res @echo Linking $(PROG).exe ..