about summary refs log tree commit diff
path: root/icon
diff options
context:
space:
mode:
Diffstat (limited to 'icon')
-rw-r--r--icon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/icon/Makefile b/icon/Makefile
index 0bd33bf4..2181c88b 100644
--- a/icon/Makefile
+++ b/icon/Makefile
@@ -15,7 +15,8 @@ include $(SRCDIR)/common.mk
 
 %.o:%.ico
 	echo "id ICON \"$<\"" >rc
-	windres --input-format rc --input rc --output-format coff --output $@
+	$(WINDRES) --input-format rc --input rc --output-format coff \
+	   --output $@
 	rm rc
 
 distclean clean: cleanlocal