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. Dennis Payne dulsi@identicalsoftware.com
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
If that doesn't work, try dependency walker for windows. http://www.dependencywalker.com/ I use it to view exports, but it also builds a list of required DLL's for you, showing you a minimum set required to run. it can also be run in batch mode, with no GUI. Useful for scripts. On Sun, Aug 5, 2012 at 10:11 PM, Mike Frysinger <vapier@gentoo.org> wrote:
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
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
participants (3)
-
dulsi@identicalsoftware.com
-
Jason Couture
-
Mike Frysinger