[PATCH] mscoree: Implement an override setting for .net libraries.

Vincent Povirk vincent at codeweavers.com
Mon Mar 11 13:56:15 CDT 2019


We might want to filter by version or publickeytoken.

On Mon, Mar 11, 2019 at 1:21 PM Alexandre Julliard <julliard at winehq.org> wrote:
>
> Vincent Povirk <vincent at codeweavers.com> writes:
>
> > +/*
> > + * Assembly search override settings:
> > + *
> > + * WINE_MONO_OVERRIDES=*,Gac=n
> > + *  Never search the GAC for libraries.
> > + *
> > + * WINE_MONO_OVERRIDES=Microsoft.Xna.Framework,Gac=n
> > + *  Never search the GAC for Microsoft.Xna.Framework
>
> Do we really need such a convoluted syntax? How many more flags are you
> planning to add?
>
> --
> Alexandre Julliard
> julliard at winehq.org



More information about the wine-devel mailing list