diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/escape_string.ml | 1 | ||||
| -rw-r--r-- | tools/mingwpath.ml | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/tools/escape_string.ml b/tools/escape_string.ml deleted file mode 100644 index 50e8faadaa..0000000000 --- a/tools/escape_string.ml +++ /dev/null @@ -1 +0,0 @@ -print_string (String.escaped Sys.argv.(1)) diff --git a/tools/mingwpath.ml b/tools/mingwpath.ml deleted file mode 100644 index f01b62ccef..0000000000 --- a/tools/mingwpath.ml +++ /dev/null @@ -1,15 +0,0 @@ -(** Mingwpath *) - -(** Converts mingw-encoded filenames such as: - - /c/Program Files/Ocaml/bin - - to a more windows-friendly form (but still with / instead of \) : - - c:/Program Files/Ocaml/bin - - This nice hack was suggested by Benjamin Monate (cf bug #2526) - to mimic the cygwin-specific tool cygpath -*) - -print_string Sys.argv.(1) |
