Make windres verbose
The error messages it emits elsewise are worthless
This commit is contained in:
@@ -876,7 +876,7 @@ all: $(PROG).exe
|
|||||||
|
|
||||||
86Box.res: 86Box.rc
|
86Box.res: 86Box.rc
|
||||||
@echo Processing $<
|
@echo Processing $<
|
||||||
@$(WINDRES) $(RFLAGS) $(EXTRAS) -i $< -o 86Box.res
|
@$(WINDRES) -v $(RFLAGS) $(EXTRAS) -i $< -o 86Box.res
|
||||||
|
|
||||||
$(PROG).exe: $(OBJ) 86Box.res
|
$(PROG).exe: $(OBJ) 86Box.res
|
||||||
@echo Linking $(PROG).exe ..
|
@echo Linking $(PROG).exe ..
|
||||||
|
Reference in New Issue
Block a user