Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-01 13:50:28 -0800 (Fri, 01 Dec 2006)
Revision: 9799
Log message:

      - OMake now bootstraps and compiles file on Windows
      
      - Fixed some of the issues with the new C scanner on Windows. In particular, it needs to catch all the error and warning messages and print them to stderr.
      
      - Enabled /W4 /WX on Windows and fixed all the warnings

Changes  Path
+1 -1 omake-branches/0.9.8.x/OMakefile
+4 -2 omake-branches/0.9.8.x/lib/build/C.om
+13 -13 omake-branches/0.9.8.x/src/clib/omake_shell_sys.c
+8 -8 omake-branches/0.9.8.x/src/clib/readline.c