From 7e2e95a645126b909f2c8b0d8dcb79b4aba49477 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 26 Feb 2010 18:13:36 +0000 Subject: Coqc: on win32, let's call coqtop.exe by default, not coqtop.opt.exe git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12817 85f007b7-540e-0410-9357-904b9bb8a0f7 --- scripts/coqc.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/coqc.ml b/scripts/coqc.ml index 6281f01eb9..87205a744f 100644 --- a/scripts/coqc.ml +++ b/scripts/coqc.ml @@ -24,7 +24,8 @@ let environment = Unix.environment () -let binary = ref ("coqtop." ^ Coq_config.best) +let best = if Coq_config.arch = "win32" then "" else ("."^Coq_config.best) +let binary = ref ("coqtop" ^ best) let image = ref "" (* coqc options *) -- cgit v1.2.3