1 --- flexdll/reloc.ml.orig 2008-11-17 12:59:13.000000000 +0000
2 +++ flexdll/reloc.ml 2008-11-17 12:59:21.000000000 +0000
4 failwith "Creation of import library not supported for this toolchain"
\r
5 | `CYGWIN | `MINGW ->
\r
6 let dmp = temp_file "dyndll" ".dmp" in
\r
7 - if cmd_verbose (Printf.sprintf "objdump -p %s > %s" fn dmp) <> 0
\r
8 + if cmd_verbose (Printf.sprintf "%%mingw32%%-objdump -p %s > %s" fn dmp) <> 0
\r
9 then failwith "Error while extracting exports from a DLL";
\r
10 parse_dll_exports dmp
\r