Make windres verbose

The error messages it emits elsewise are worthless
This commit is contained in:
Jasmine Iwanek
2023-05-02 01:59:06 -04:00
parent 948a78f6a9
commit b460e845c6

View File

@@ -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 ..