6 Aug
2012
6 Aug
'12
2:11 a.m.
On Sunday 05 August 2012 21:15:29 dulsi@identicalsoftware.com wrote:
I cross compile a program for windows on my linux box. After doing so I grab all the dlls and package them up. Typically this involves grabbing what I knew was needed and then testing on a windows box to determine if anything is missing. Is their some program in wine that can output what dlls are needed (like ldd) so I can write a script to package up everything? Obviously it doesn't generally change except when I upgrade to a new Fedora version but it would be nice to automate packaging everything.
try attached script. should only need binutils (the mingw one). -mike