|
From: Angelo G. <ang...@li...> - 2017-11-20 22:12:55
|
> Il 20 novembre 2017 alle 16.52 Eli Zaretskii ha scritto: > > Like this: > > objdump -x emacs.exe | fgrep "DLL Name:" > > However, if you are looking for the optional image libraries, libxml2, > etc., you won't find them this way: Emacs loads them dynamically at > run time by using explicit LoadLibrary calls. Maybe something like > this: > > strings emacs.exe | fgrep -i ".dll" It seems the question I flagged is not solvable as one would expect, in any case thanks for all your clarifications. Ciao, Angelo. |