Skip to content

mingw-bundledlls v0.2.0 release

Compare
Choose a tag to compare
@bvernoux bvernoux released this 29 May 20:13
· 16 commits to main since this 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