6e4c597 build: ocamlmklib on Windows expect a Windows-style path, not a UNIX one.

Authored and Committed by Wojciech Meyer 10 years ago
    build: ocamlmklib on Windows expect a Windows-style path, not a UNIX one.
    
    (Patch by Adrien Nader!)
    
    Rev 14168 (build: replace ocamlcomp*.sh.) broke "make world" (but
    surprisingly, not "world.opt") because the argument to ocamlmklib's -ocamlc
    has to be a Windows path, i.e. C:\...\ocamlc. Instead it gave a UNIX one,
    i.e. /home/foo/ocaml/ocamlc.
    
    Call cygpath in otherlibs/Makefile.nt to fix that.
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14175 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
    
        
file modified
+2 -2
file modified
+2 -2
file modified
+2 -2