aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-04-12 20:49:01 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-04-12 20:49:01 +0000
commit59c9403ceb09a35ed219b522e9f5abdb50615d76 (patch)
treef7d3e521f6a948defdce70e00c718c6bdc7b696e /dev
parent1b9428c4e4ce6f2dbe98d0f753b062ae8634a954 (diff)
lib directory is cut in 2 cma.
- Clib that does not depend on camlpX and is made to be shared by all coq tools/scripts/... - Lib that is Coqtop specific As a side effect for the build system : - Coq_config is in Clib and does not appears in makefiles - only the BEST version of coqc and coqmktop is made - ocamlbuild build system fails latter but is still broken (ocamldebug finds automatically Unix but not Str. I've probably done something wrong here.) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15144 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r--dev/base_include2
-rw-r--r--dev/db1
-rw-r--r--dev/printers.mllib1
3 files changed, 3 insertions, 1 deletions
diff --git a/dev/base_include b/dev/base_include
index 7dfe234aa..38a5972e9 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -32,7 +32,7 @@
#install_printer (* kernel_name *) ppkn;;
#install_printer (* constant *) ppcon;;
#install_printer (* cl_index *) ppclindex;;
-#install_printer (* constr *) print_pure_constr;;
+#install_printer (* constr *) print_pure_constr;;
#install_printer (* patch *) ppripos;;
#install_printer (* values *) ppvalues;;
#install_printer (* Idpred.t *) pp_idpred;;
diff --git a/dev/db b/dev/db
index 63c98bb6b..e7346c6b4 100644
--- a/dev/db
+++ b/dev/db
@@ -1,4 +1,5 @@
load_printer "gramlib.cma"
+load_printer "str.cma"
load_printer "printers.cma"
install_printer Top_printers.ppid
diff --git a/dev/printers.mllib b/dev/printers.mllib
index 2d5919d61..f93d01daf 100644
--- a/dev/printers.mllib
+++ b/dev/printers.mllib
@@ -11,6 +11,7 @@ Util
Bigint
Hashcons
Dyn
+CUnix
System
Envars
Store