diff options
| author | letouzey | 2009-04-03 14:51:52 +0000 |
|---|---|---|
| committer | letouzey | 2009-04-03 14:51:52 +0000 |
| commit | 141a21da29216a43eb067ef0fcb9c7d914d45bdc (patch) | |
| tree | 0450a0d679dd04412427b452cd8acfcaa8225d64 /coq.itarget | |
| parent | b2d7dfd0ab28846748fe2f903ee567e7705623da (diff) | |
Ocamlbuild: improvements suggested by N. Pouillard
* Import of Coq_config via myocamlbuild_config.ml, instead of my get_env
* As a consequence, we enrich this Coq_config with stuff that was
only in config/Makefile
* replace the big ugly find by some dependencies against source files
* by the way: build csdpcert, with the right aliases.
I've tried to escape things properly for windows in ./configure,
but this isn't fully tested yet.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12046 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'coq.itarget')
| -rw-r--r-- | coq.itarget | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coq.itarget b/coq.itarget index 72684c23b3..7488f421ed 100644 --- a/coq.itarget +++ b/coq.itarget @@ -1,2 +1,3 @@ binaries -vo.otarget +plugins/plugins.otarget +theories/theories.otarget |
