[Mono-list] Re: making things better on windows
Miguel de Icaza
miguel@ximian.com
29 Apr 2002 11:33:17 -0400
> It would be important if anybody can find a solution, and if, we should put
> this in the cvs.
>
> It would really make everything easyier on windows.
There are a couple of options:
* Automatically guessing the installation directory
from argv [0]. We could add an API: `mono_set_runtime_base'
* Have an environment variable to override this (and call
again, mono_set_runtime_base).
miguel.