Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-12-14 11:57:23 -0800 (Tue, 14 Dec 2004)
Revision: 690
Log message:

      Fixed the problem with >>.
      
      I don't know whether to call this a bug with OCaml or Win32.
      
      When a file is opened with Unix.O_APPEND on Win32, the file
      position remains at the first character.
      
      The solution is to use Unix.lseek to seek to the end of the
      file right after it is opened.
      

Changes  Path
+466 -466 omake/Makefile.dep.nt
+4 -0 omake/src/shell/omake_shell_job.ml