aboutsummaryrefslogtreecommitdiff
path: root/_tags
diff options
context:
space:
mode:
authorletouzey2010-05-19 15:29:51 +0000
committerletouzey2010-05-19 15:29:51 +0000
commitd3e00f00c53a11a573101eab8e19f9888fe1093b (patch)
tree58dfb96461debe3c1fa9c06ecf85f1335d6427af /_tags
parent1b089eb0231b4bd6d4cafb30f9e051bb53665978 (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--_tags8
1 files changed, 4 insertions, 4 deletions
diff --git a/_tags b/_tags
index 32f57c706d..3d9267a98e 100644
--- a/_tags
+++ b/_tags
@@ -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