diff options
| author | coq | 2003-12-30 09:56:20 +0000 |
|---|---|---|
| committer | coq | 2003-12-30 09:56:20 +0000 |
| commit | b2c056c881dcb3035158ab177f2363c1527df397 (patch) | |
| tree | 7e13f45a340cc82721a7ca4962ea4852d287157b /scripts | |
| parent | a08c4181d9580aeaf4d52a382a5c84a4040d5995 (diff) | |
ameliorations coqide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5161 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/coqmktop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coqmktop.ml b/scripts/coqmktop.ml index cd6a5078a1..a787b1e788 100644 --- a/scripts/coqmktop.ml +++ b/scripts/coqmktop.ml @@ -100,7 +100,7 @@ let files_to_link userfiles = let toplevel_objs = if !top then topobjs else if !opt then notopobjs else [] in let ide_objs = if !coqide then - "threads.cma"::"lablgtk.cma"::"gtkThread.cmo"::ide + "str.cma"::"threads.cma"::"lablgtk.cma"::"gtkThread.cmo"::ide else [] in let objs = |
