aboutsummaryrefslogtreecommitdiffhomepage
path: root/myocamlbuild.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-23 12:52:45 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-23 12:52:45 +0000
commitb30c55b34f9814c2100d33740130c47a54dd16d0 (patch)
tree3f10a78733dc34c4835678e1041e746122a2c40c /myocamlbuild.ml
parent650f9c37a3ac80f1e0121f01c67889e2c55838c8 (diff)
Revert "when cross-compiling with mingw32, let's fix the Filename.dir_sep"
This was merely cosmetic after all, since recent Windows versions do tolerate paths with /. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15750 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'myocamlbuild.ml')
-rw-r--r--myocamlbuild.ml9
1 files changed, 0 insertions, 9 deletions
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 29514b9eb..1b239ee91 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -402,15 +402,6 @@ let extra_rules () = begin
if w32 then flag ["link"; "ocaml"; "program"; "ide"]
(S [A "-ccopt"; A "-link -Wl,-subsystem,windows"; P w32ico]);
-(** The mingw32-ocaml cross-compiler currently uses Filename.dir_sep="/".
- Let's tweak that... *)
-
- if w32 then begin
- ocaml_lib "tools/win32hack";
- List.iter (fun (_,s,_) -> tag_file (s^".native") ["use_win32hack"])
- all_binaries
- end;
-
(** Coqtop *)
let () =