Project

General

Profile

Feature #1705 ยป 0020-Update-msys2-environment-to-251025-level.patch

Marko Lindqvist, 11/02/2025 05:32 PM

View differences:

doc/README.msys2
==============
Current official premade MSYS2 environment version info:
[premade]: msys2-freeciv-win64-250707.7z
[upstream]: https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20250622.exe
[premade]: msys2-freeciv-win64-251025.7z
[upstream]: https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20250830.exe
See chapter "Premade environment" for what these mean. The info is
located here on top for quick reference for the specific freeciv revision.
platforms/windows/installer_msys2/Makefile.meson
ifeq ($(CI),yes)
ICUVER=77
ACCESSKIT=
else
ICUVER=77
ACCESSKIT=libaccesskit-c-0.15.dll
endif
#
......
liblcms2-2.dll \
liblqr-1-0.dll \
libltdl-7.dll \
libxml2-2.dll \
libxml2-16.dll \
libraqm-0.dll \
libunistring-5.dll \
exchndl.dll \
mgwhelp.dll \
libngtcp2-16.dll \
libngtcp2_crypto_ossl.dll
libngtcp2_crypto_ossl.dll \
libngtcp2_crypto_ossl-0.dll
install-env-common:
# Add DLLs
......
libdeflate.dll \
libLerc.dll \
libsharpyuv-0.dll \
libharfbuzz-subset-0.dll \
${ACCESSKIT}
libharfbuzz-subset-0.dll
install-env-gtk4-fcmp: install-env-common
cp -R $(addprefix $(DLLPATH_PREFIX), $(FCMP_GTK4_DLLS)) $(INST_DIR)/$(WINARCH)-client-$(GUI)/
    (1-1/1)