From 64643bc2889ba26007cea65e3bf8917a8595d7ed Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 21 Apr 2011 16:12:19 +0000 Subject: Ocamlbuild: in win32, coqide is now a console-free app by default This is an adaptation of commit 13748 in 8.3 branch Making coqide console-free can be done via a link flag given to mingw. In case of problem with this setting, I also include a script mkwinapp.ml borrowed from project OCaml-Win32 (and slightly modified to allow restoring the console as well as removing it). Use: "mkwinapp coqide.exe" to make it console-free. "mkwinapp -unset coqide.exe" to go back to usual console app. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14039 85f007b7-540e-0410-9357-904b9bb8a0f7 --- _tags | 1 + 1 file changed, 1 insertion(+) (limited to '_tags') diff --git a/_tags b/_tags index 66b40d02df..1cdf8b45e8 100644 --- a/_tags +++ b/_tags @@ -11,6 +11,7 @@ : use_str, use_unix, thread, ide : use_str, use_unix, use_dynlink, use_camlpX : use_nums, use_unix + : use_unix ## tags for ide -- cgit v1.2.3