Skip to content

Commit

Permalink
configure: add support of MinGW Win32 environment (fix #2526)
Browse files Browse the repository at this point in the history
 * Since MinGW/Msys doesn't provide a cygpath utility, we emulate
   it via an ocaml script tools/mingwpath.ml
 * Avoid the crazy sed portions for backslash escaping, instead use
   a more robust ocaml script tools/escape_string.ml based on
   String.escaped
 * No more config/Makefile.template + sed on it, but rather a
   "cat << EOF > ..." as for config/coq_config.ml
 * Normally, support of Cygwin should be preserved, as well as
   mingw32 cross-compilation from linux (cf. myocamlbuild.ml)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15348 85f007b7-540e-0410-9357-904b9bb8a0f7
  • Loading branch information
letouzey committed May 23, 2012
1 parent f657fac commit d05961c
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 307 deletions.
155 changes: 0 additions & 155 deletions config/Makefile.template

This file was deleted.

0 comments on commit d05961c

Please sign in to comment.