diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-12-09 09:14:38 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-12-09 09:14:38 +0000 |
commit | 54f3a0cb5ff96e3afd7f4b3e15b2bf9d3101ab56 (patch) | |
tree | 90af7fff8911413dbdc65efb46d1d403ad415ef1 /Makefile.nt | |
parent | 3e9ab3925ff92fe0602e24ef8accdc3fbfd5d625 (diff) |
MAJ de la liste des pervasifs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1843 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile.nt')
-rw-r--r-- | Makefile.nt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nt b/Makefile.nt index b0708bdee..9032d6c6b 100644 --- a/Makefile.nt +++ b/Makefile.nt @@ -86,7 +86,8 @@ EXPUNGEOBJS=utils\misc.cmo utils\tbl.cmo \ PERVASIVES=arg array callback char digest filename format gc hashtbl \ lexing list map obj parsing pervasives printexc printf queue random \ - set sort stack string stream sys oo genlex topdirs weak + set sort stack string stream sys oo genlex topdirs toploop weak lazy \ + marshal # Recompile the system using the bootstrap compiler all: runtime ocamlc ocamllex ocamlyacc ocamltools library ocaml otherlibraries |