Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-08 | Use the $PATH environment variable to pass extra dirs for DLLs | Thiago Macieira | |
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 | Thiago Macieira | |
Similar to ldd on Linux. Signed-off-by: Thiago Macieira <thiago@macieira.org> |