From 4b501f288309e8d201a758ba23ddccfa9dffed81 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 3 Dec 2022 05:04:09 +0300 Subject: simplified win32 packaging using mingw-bundedlls * mingw-bundledlls finds and copies transitive DLL dependencies. * Like all external one-file sources, mingw-bundledlls has been copied into contrib/ instead of adding a submodule. It's taken from here: https://github.com/mpreisler/mingw-bundledlls * Packaging is more robust now if dependant DLLs are upgraded or if we decide to link in more statically. With the old scheme, we might also miss some DLL and break builds without even noticing it. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 93de15f..6cee9d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,8 @@ EXTRA_DIST += ico/sciteco-256.png ico/sciteco.ico EXTRA_DIST += win32/loaders.cache +EXTRA_DIST += contrib/mingw-bundledlls + # Distribute entire Scintilla/Scinterm/Lexilla directory and # do some manual cleanup. dist-hook: -- cgit v1.2.3