diff options
| author | letouzey | 2010-05-19 15:29:51 +0000 |
|---|---|---|
| committer | letouzey | 2010-05-19 15:29:51 +0000 |
| commit | d3e00f00c53a11a573101eab8e19f9888fe1093b (patch) | |
| tree | 58dfb96461debe3c1fa9c06ecf85f1335d6427af /_tags | |
| parent | 1b089eb0231b4bd6d4cafb30f9e051bb53665978 (diff) | |
Ocamlbuild: various fix
- transition to camlp4, with no compatibility for ocamlbuild+camlp5
(error message)
- fix compilation of decl_mode : a forgotten include, and
Decl_expr which is a pure .mli shouldn't be mentionned in the .mllib
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13020 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to '_tags')
| -rw-r--r-- | _tags | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ ## tags for binaries -<scripts/coqmktop.{native,byte}> : use_str, use_unix, use_gramlib -<scripts/coqc.{native,byte}> : use_unix, use_gramlib +<scripts/coqmktop.{native,byte}> : use_str, use_unix, use_dynlink, use_camlp4 +<scripts/coqc.{native,byte}> : use_unix, use_dynlink, use_camlp4 <tools/coqdep_boot.{native,byte}> : use_unix -<tools/coqdep.{native,byte}> : use_unix, use_gramlib +<tools/coqdep.{native,byte}> : use_unix, use_dynlink, use_camlp4 <tools/coq_tex.{native,byte}> : use_str <tools/coq_makefile.{native,byte}> : use_str <tools/coqdoc/main.{native,byte}> : use_str -<checker/main.{native,byte}> : use_str, use_unix, use_gramlib +<checker/main.{native,byte}> : use_str, use_unix, use_dynlink, use_camlp4 <plugins/micromega/csdpcert.{native,byte}> : use_nums, use_unix ## tags for ide |
