Releases: bvernoux/mingw-bundledlls
mingw-bundledlls v0.2.4
mingw-bundledlls v0.2.4
- Code cleanup, fix Year 2038 issues(Y2038-unsafe) non portable C code
Full Changelog: v0.2.3...v0.2.4
See pre-built executable in Assets
See pre-built MSYS2/MinGW-w64 mingw-bundledlls-0.2.4-1-x86_64.pkg.tar.zst
in Assets
- Can be installed in MSYS2/MinGW-w64 with following commands:
wget https://github.com/bvernoux/mingw-bundledlls/releases/download/v0.2.4/mingw-bundledlls-0.2.4-1-x86_64.pkg.tar.zst
pacman -U mingw-bundledlls-*.pkg.tar.zst
mingw-bundledlls v0.2.3
mingw-bundledlls v0.2.3
- Code cleanup
- Update Build.yml to use ubuntu-22.04
Full Changelog: v0.2.2...v0.2.3
See pre-built executable in Assets
mingw-bundledlls v0.2.2
mingw-bundledlls v0.2.2
- Code cleanup
Full Changelog: v0.2.1...v0.2.2
See pre-built executable in Assets
mingw-bundledlls v0.2.1
mingw-bundledlls v0.2.1
- Add --verbose mode
- Clean and optimize whole code
Full Changelog: v0.2.0...v0.2.1
See pre-built executable in Assets
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