diff options
| author | glondu | 2008-09-05 06:08:45 +0000 |
|---|---|---|
| committer | glondu | 2008-09-05 06:08:45 +0000 |
| commit | 0f4d785afdcca74dd84f75d3b487a64e624fb66c (patch) | |
| tree | b3867e7e16b5fe75a5413a4e3479352b68645d0b /Makefile.common | |
| 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 'Makefile.common')
| -rw-r--r-- | Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 08ae6f8358..5c8c28cd31 100644 --- a/Makefile.common +++ b/Makefile.common @@ -111,7 +111,9 @@ REFMANPNGFILES:=$(REFMANEPSFILES:.eps=.png) # Object and Source files ########################################################################### -LIBCOQRUN:=kernel/byterun/libcoqrun.a +COQRUN := coqrun +LIBCOQRUN:=kernel/byterun/lib$(COQRUN).a +DLLCOQRUN:=$(dir $(LIBCOQRUN))dll$(COQRUN).so CLIBS:=unix.cma |
