Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-05-15 12:03:03 -0700 (Tue, 15 May 2007)
Revision: 10762
Log message:

      - When the executable is already a node, we still need to check whether the .exe (or similar) suffix needs to be added. I have no idea why this worked before and how it got broken, but it did have to be fixed, otherwise even self-builds would break under Windows...
     
     - When omake_shell_sys_create_process (omake_shell_sys.c, Win32) fails to create the process, try including the string representation of the error in the failure exception.
     
     - Couple more warnings need to be disabled in order to be able to compile with Visual Studio 7.0 (AKA 2002 AKA .NET 1.0). Not sure we still care (7.1/2003/.NET 1.1 and 8.0/2005/.NET 2.0 compile fine anyway), but made these changes anyway.

Changes  Path
+27 -6 omake-branches/0.9.8.x/src/clib/omake_shell_sys.c
+1 -1 omake-branches/0.9.8.x/src/clib/readline.c
+4 -1 omake-branches/0.9.8.x/src/shell/omake_shell_job.ml