[Mono-list] Creating a minimal runtime

Miguel de Icaza miguel@ximian.com
19 Jul 2002 14:45:42 -0400


> 
> Normally executables are put in /bin or /usr/bin (where the sub-tree is
> similiar) and libaries are in /lib.
> For comaptiblity it makes sense to keep that. If you however want to change
> edit /mono/mono/os/win32/util.c
> and change the value and then recompile.

In Windows we also look for the assemblies on the same directory that
has `mono.exe' and `mint.exe'

Miguel