In the daily build, the "program" directory contains the below duplicate files reported by fdupes : LibreOfficeDev 24:./program/libcrypto-3.dll LibreOfficeDev 24:./program/python-core-3.8.18/lib/libcrypto-3.dll This duplicate file uses 5 MB.
The below 760 kB file is also a duplicate : LibreOfficeDev 24:./program/libssl-3.dll LibreOfficeDev 24:./program/python-core-3.8.18/lib/libssl-3.dll
Related to https://cgit.freedesktop.org/libreoffice/core/commit/?id=b4dfba947768834ffecc09056992019878711c8b python3: update to 3.8.4 which indicates: "Then there are the changes introduced in "PEP 587 -- Python Initialization Configuration", which appearingly have modified the DLL search path behaviour on Windows, so the OpenSLL DLLs aren't found anymore in the program directory. As a workaround, the OpenSLL and libffi DLLs are now (also) installed into the Python lib dir on Windows."
Could we use links (ln -s) for libraries as in Linux ?
Symbolic links exist in Windows also with relative path : https://learn.microsoft.com/en-gb/windows/win32/fileio/creating-symbolic-links
Makes sense to find a way to reuse the same file instead of duplicating it.