Re: mshtml: Added support for installing Gecko from build dir.
18 Oct
2007
18 Oct
'07
5:06 a.m.
Jacek Caban <jacek(a)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(a)winehq.org
6720
Age (days ago)
6720
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard