[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10762)

Aleksey Nogin nogin at metaprl.org
Tue May 15 12:03:03 PDT 2007


- 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:
    +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
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/15.12:03:03



More information about the OMake-CVS mailing list