diff options
| author | filliatr | 1999-12-03 17:32:44 +0000 |
|---|---|---|
| committer | filliatr | 1999-12-03 17:32:44 +0000 |
| commit | f1d434e2044840f1e3ee7dc7d359a1f25846881e (patch) | |
| tree | 96edaa9c81fe15d2dc8eafcf7c4a3a3dd317b44f /scripts | |
| parent | 4a2b9073e61de1ab000b26652d94e63b382ce7d2 (diff) | |
compilation native
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@201 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/coqmktop.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/coqmktop.ml b/scripts/coqmktop.ml index 6a244b9887..bde07410ac 100644 --- a/scripts/coqmktop.ml +++ b/scripts/coqmktop.ml @@ -17,8 +17,7 @@ let ocamlobjs = ["unix.cma"] let dynobjs = ["dynlink.cma"] let camlp4objs = ["gramlib.cma"] let configobjs = ["coq_config.cmo"] -let launchobjs = ["usage.cmo"] -let libobjs = ocamlobjs @ camlp4objs @ configobjs @ launchobjs +let libobjs = ocamlobjs @ camlp4objs @ configobjs let spaces = Str.regexp "[ \t\n]+" let split_cmo l = Str.split spaces l |
