From a762421eebc4fe49b1ee2522f3032caa60978f40 Mon Sep 17 00:00:00 2001 From: pboutill Date: Tue, 17 Apr 2012 14:35:43 +0000 Subject: Coqide: the coqtop to launch is a preference. If it is AUTO then we keep the heuristic to change coqide by coqtop in Sys.executable_name. If it fails coqtop location must be given by the users. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15188 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/preferences.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'ide/preferences.mli') diff --git a/ide/preferences.mli b/ide/preferences.mli index d4eb370f3..d862979fe 100644 --- a/ide/preferences.mli +++ b/ide/preferences.mli @@ -11,6 +11,7 @@ type inputenc = Elocale | Eutf8 | Emanual of string type pref = { + mutable cmd_coqtop : string option; mutable cmd_coqc : string; mutable cmd_make : string; mutable cmd_coqmakefile : string; -- cgit v1.2.3