aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorEnrico Tassi2014-09-17 14:54:00 +0200
committerEnrico Tassi2014-09-17 14:55:07 +0200
commit723cfceade0408bb88be87451f49d57aa8e38ccf (patch)
tree96c143703256567d3d527e1114e8ea9f35ab7625 /Makefile.build
parent676fd439fd98f71100ffcf5306dcb7704cd11e79 (diff)
win32: bring back the coq icon in the coqide binary
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build
index 7b221cd829..c4fc69a59f 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -953,6 +953,10 @@ COND_OPTFLAGS= \
$(SHOW)'OCAMLC $<'
$(HIDE)cd $(dir $<) && $(OCAMLC) -ccopt "$(CFLAGS)" -c $(notdir $<)
+%.o: %.rc
+ $(SHOW)'WINDRES $<'
+ $(HIDE)i686-w64-mingw32-windres -i $< -o $@
+
%.cmi: %.mli | %.mli.d
$(SHOW)'OCAMLC $<'
$(HIDE)$(OCAMLC) $(COND_BYTEFLAGS) -c $<