Project

General

Profile

Feature #19 » 0032-Update-msys2-environment-to-231202-level.patch

main - Marko Lindqvist, 12/07/2023 06:02 AM

View differences:

doc/README.msys2
==============
Current official premade MSYS2 environment version info:
[premade]: msys2-freeciv-win64-231008.7z
[upstream]: https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20230718.exe
[premade]: msys2-freeciv-win64-231202.7z
[upstream]: https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20231026.exe
See chapter "Premade environment" for what these mean. The info
is located here for quick reference for the specific freeciv revision.
platforms/windows/installer_msys2/Makefile.autotools
MAGICKVER=7.Q16HDRI-10
FFIVER=8
CRYPTOVERSUF=3${CRYPTOLIB_SUFFIX}
ICUVER=73
INSTSUB=${ARCHDIR}
......
DLLPATH_PREFIX=/$(ARCHDIR)/bin/
ifeq ($(CI),yes)
ICUVER=73
else
ICUVER=74
endif
#
platforms/windows/installer_msys2/Makefile.meson
MAGICKVER=7.Q16HDRI-10
FFIVER=8
CRYPTOVERSUF=3${CRYPTOLIB_SUFFIX}
ICUVER=73
# msys2 has dlls in...
DLLPATH_PREFIX=/$(ARCHDIR)/bin/
ifeq ($(CI),yes)
ICUVER=73
else
ICUVER=74
endif
#
(1-1/2)