diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-12-03 05:04:09 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-12-03 08:07:56 +0300 |
commit | 4b501f288309e8d201a758ba23ddccfa9dffed81 (patch) | |
tree | 10b9eea60c976fedeb4b1c6cf65c3ff1e03aa338 /Makefile.am | |
parent | db40b99e38149d644808ec22b44a89fe758b739b (diff) | |
download | sciteco-4b501f288309e8d201a758ba23ddccfa9dffed81.tar.gz |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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: |