Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-11 | Set the objdump default to "objdump" in win-ldd.pl | ||
The environment variable is to be used if the caller knows that the default objdump can't parse Windows DLL files (COFF-PE). On Fedora, Debian, and OpenSUSE, the default objdump can, and obviously the native one on Windows can too. Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2013-10-08 | Use the $PATH environment variable to pass extra dirs for DLLs | ||
Unix developers, look away... this is how it's done on Windows: the binary loader searches $PATH for the DLLs, so let's reuse the same variable. This simplifies the command-line a little. Signed-off-by: Thiago Macieira <thiago@macieira.org> | |||
2013-10-08 | Add a tool to scan for dependencies on Windows | ||
Similar to ldd on Linux. Signed-off-by: Thiago Macieira <thiago@macieira.org> |