(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more

-Fix: WinCE doesn't support console
-Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way)
This commit is contained in:
truelight
2007-08-04 12:53:41 +00:00
parent a2d6ed7347
commit 8ca03887b9
6 changed files with 61 additions and 9 deletions

View File

@@ -452,6 +452,11 @@ int ttd_main(int argc, char *argv[])
}
}
#if defined(WINCE) && defined(_DEBUG)
/* Switch on debug lvl 4 for WinCE if Debug release, as you can't give params, and you most likely do want this information */
SetDebugString("4");
#endif
DeterminePaths(argv[0]);
CheckExternalFiles();