Add support for supplying custom icon flags.

This commit is contained in:
Steven Smith 2016-02-06 09:53:39 -08:00
parent 944163d636
commit ed1f7f74ca

View file

@ -205,7 +205,7 @@ $(BUILD_DIR)/%.shbin.o: %.shlist
%.icn: $(ICON)
@echo $@
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) -o $@ > /dev/null
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null
%.smdh: $(ICON)
@echo $@