Jacek Caban <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]


Reply via email to