mshtml: Added support for installing Gecko from build dir.

Alexandre Julliard julliard at winehq.org
Thu Oct 18 05:06:53 CDT 2007


Jacek Caban <jacek at codeweavers.com> writes:

> -    static const char gecko_dir[] = "/gecko/";
> -
> -    data_dir = wine_get_data_dir();
> -    if(!data_dir) return FALSE;
> +    if((data_dir = wine_get_data_dir()))
> +        subdir = "/gecko/";
> +    else if((data_dir = wine_get_build_dir()))
> +        subdir = "/dlls/mshtml/";

I don't think this file should be inside the build dir, it's not
something that can be easily regenerated. Maybe we should look for it
in $build_dir/.. ?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list