>> On 08/09/2011 06:40 PM, Farkas Levente wrote:
>>> hi,
>>> as i already write there're a lots of dll which still not provided in
>>> the filesystem package. now i like to solve this problem.
>>> first of all generate a file standard-dlls from wine with:
>>>
>>> ls -1 /usr/lib64/wine/fakedlls|grep ".dll" >standard-dlls

Oh and one more thing I noticed:
It should instead be grep '\.dll$' (escape the . and add $ to match line
ends) to avoid including rundll32.exe and other files with dll in their
names.


-- 
Kalev
_______________________________________________
mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/mingw

Reply via email to