mingw-bundledlls v0.2.0 release
mingw-bundledlls v0.2.0
- Use Find_DLL_Dependencies.c which natively parse win32/win64 exe/dll and does not require anymore external dependencies like objdump
- Full Changelog: v0.1.0...v0.2.0
A convenient C native (Mingw-w64 or GNU/Linux gcc) app that copies all dependency DLLs next to the executable.
Suitable for creating a ready-to-go application bundle for Windows.
This C native application is a full rewrite in C of original Martin Preisler Python3 script https://github.com/mpreisler/mingw-bundledlls
See pre-built executable in Assets