diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2006-09-28 20:38:05 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2006-09-28 20:38:05 +0000 |
commit | 665b2d65b1fa59f30811a40063b4bbbe0b9214e0 (patch) | |
tree | 751ba963bef36b7dd8632887c1a7bc861189d389 | |
parent | b8f4dd64ca0538ecdf348d90b536a41df557fc33 (diff) |
Utiliser MKEXE
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7655 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | byterun/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/Makefile.nt b/byterun/Makefile.nt index ae95368d0..1253ad98f 100644 --- a/byterun/Makefile.nt +++ b/byterun/Makefile.nt @@ -51,7 +51,7 @@ libcamlrun.$(A): $(SOBJS) $(call MKLIB,libcamlrun.$(A),$(SOBJS)) ocamlrund.exe: opnames.h $(DBGOBJS) - $(CC) $(BYTECCDBGOPTS) -o ocamlrund.exe $(DBGOBJS) + $(call MKEXE,ocamlrund.exe,$(BYTECCDBGCOMPOPTS) $(DBGOBJS)) install: cp ocamlrun.exe $(BINDIR)/ocamlrun.exe |