Changes by: yegor (yegor at unknown.email)
Date: 2005-03-26 19:09:09 -0800 (Sat, 26 Mar 2005)
Revision: 844
Log message:

      For a long time, under cygwin while compiling MetaPRL it expects ocaml binaries
      like camlp4r but there is actually campl4r.exe and either omake or cygwin
      do not think that they are the same.
      Before this commit I was always making symlinks manually but finally
      I've added $(EXE) to several places in OMakeroot.src and now this
      bump in MetaPRL+cygwin is gone and as far as I understand it should not break
      either Linux or win32 compilation.
      

Changes  Path
+6 -0 omake/OMakeroot.src.in