Age | Commit message (Collapse) | Author |
|
argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms
|
|
of exit(), because we don't want any atexit handlers - especially flushing output streams - to run, if exec() fails
Half a credit is due to Darkvater (;
|
|
|
|
some #ifdefs and #includes for the Windows build
|
|
|
|
files and move them into subfolders.
This results in shorter and hopefully easier to maintain files.
Note: I had to change paths in #include statements of some unrelated files, because I added the ottd base directory to the include path (-I.)
|