aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorletouzey2009-05-26 13:11:47 +0000
committerletouzey2009-05-26 13:11:47 +0000
commitfb2fe356377cd6384e7b72efc6c685eea303ab99 (patch)
tree3fa935bec64397f247f3159a245cf7f9d6dfbfdd /dev
parent5ad020d08074993ea6e676e45b4e68491e53e9ed (diff)
ocamldebug-coq: add some forgotten -I
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12141 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r--dev/ocamldebug-coq.template16
1 files changed, 9 insertions, 7 deletions
diff --git a/dev/ocamldebug-coq.template b/dev/ocamldebug-coq.template
index 2598d6df14..7432058887 100644
--- a/dev/ocamldebug-coq.template
+++ b/dev/ocamldebug-coq.template
@@ -17,13 +17,15 @@ exec $OCAMLDEBUG \
-I $COQTOP/library -I $COQTOP/pretyping -I $COQTOP/parsing \
-I $COQTOP/interp -I $COQTOP/proofs -I $COQTOP/tactics \
-I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config \
+ -I $COQTOP/plugins/cc -I $COQTOP/plugins/dp \
-I $COQTOP/plugins/extraction -I $COQTOP/plugins/field \
- -I $COQTOP/plugins/fourier -I $COQTOP/plugins/firstorder \
- -I $COQTOP/plugins/interface \
- -I $COQTOP/plugins/omega -I $COQTOP/plugins/romega \
- -I $COQTOP/plugins/ring -I $COQTOP/plugins/xml \
- -I $COQTOP/plugins/subtac -I $COQTOP/plugins/funind \
- -I $COQTOP/plugins/rtauto -I $COQTOP/plugins/setoid_ring \
- -I $COQTOP/plugins/recdef -I $COQTOP/plugins/dp \
+ -I $COQTOP/plugins/firstorder -I $COQTOP/plugins/fourier \
+ -I $COQTOP/plugins/funind -I $COQTOP/plugins/groebner \
+ -I $COQTOP/plugins/interface -I $COQTOP/plugins/micromega \
+ -I $COQTOP/plugins/omega -I $COQTOP/plugins/quote \
+ -I $COQTOP/plugins/ring -I $COQTOP/plugins/romega \
+ -I $COQTOP/plugins/rtauto -I $COQTOP/plugins/setoid_ring \
+ -I $COQTOP/plugins/subtac -I $COQTOP/plugins/syntax \
+ -I $COQTOP/plugins/xml \
-I $COQTOP/ide \
$*