diff options
author | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-09-05 06:08:45 +0000 |
---|---|---|
committer | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-09-05 06:08:45 +0000 |
commit | 0f4d785afdcca74dd84f75d3b487a64e624fb66c (patch) | |
tree | b3867e7e16b5fe75a5413a4e3479352b68645d0b /config/Makefile.template | |
parent | c28fdc2abf986c960da646e11556cefaa7d101e4 (diff) |
Build coqrun library using ocamlmklib...
...instead of plain ar, so that .so (and .dll) is also created.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11362 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index fc8af173f..a48bbceb9 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -58,6 +58,7 @@ COQIDEINCLUDES=LABLGTKINCLUDES # Objective-Caml compile command OCAML="OCAMLEXEC" OCAMLC="BYTECAMLC" +OCAMLMKLIB="OCAMLMKLIBEXEC" OCAMLOPT="NATIVECAMLC" OCAMLDEP="OCAMLDEPEXEC" OCAMLDOC="OCAMLDOCEXEC" |