Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-14 18:31:40 -0700 (Wed, 14 Jul 2004)
Revision: 440
Log message:

      In OCaml 3.08 Win32, the Unix.create_process function is broken (entered
      as bug 2939 on the OCaml bug site).
      
      This adds a patch so that we can make some progress.
      

Changes  Path
+4 -0 omake/Files
+11 -9 omake/Makefile.dep.nt
+5 -0 omake/Makefile.in
+5 -0 omake/Makefile.nt
+4 -0 omake/OMakefile.in
+2 -8 omake/OMakeroot.src.in
+2 -2 omake/src/clib/fam_win32.c
+6 -2 omake/src/exec/omake_exec_local.ml
Added omake/src/util/ocaml_patch.mli
Properties omake/src/util/ocaml_patch.mli
Added omake/src/util/ocaml_patch_unix.ml
Properties omake/src/util/ocaml_patch_unix.ml
Added omake/src/util/ocaml_patch_win32.ml
Properties omake/src/util/ocaml_patch_win32.ml