filesystem provides

Kalev Lember kalevlember at gmail.com
Wed Aug 10 10:09:07 UTC 2011


>> 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


More information about the mingw mailing list