aboutsummaryrefslogtreecommitdiff
path: root/win32/x86/Makefile
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2018-04-14 15:02:06 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2018-04-14 15:02:06 +0900
commit0ceb800711f00558f0da2485bf0f697dfdc42012 (patch)
tree1b213fc4def12dc3ff2a9d4d241a4e15887edf8c /win32/x86/Makefile
parent7a14fe265ec5c442eabf54ffffb1a6e7c58d99a8 (diff)
win32: fixed corrupt icon: use icotool instead of imagemagick
Diffstat (limited to 'win32/x86/Makefile')
-rw-r--r--win32/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/x86/Makefile b/win32/x86/Makefile
index 6dfc3f5..184d3a4 100644
--- a/win32/x86/Makefile
+++ b/win32/x86/Makefile
@@ -42,7 +42,7 @@ $(TARGET): $(OBJS)
@$(WINDRES) -o $@ -i $<
$(ICON): $(ICONFILES)
- convert $(ICONFILES) -colors 256 $@
+ icotool -o $@ -c $^
clean:
rm -f $(TARGET) $(OBJS)