Skip to content

Some further Visual Studio 2022 build improvements (for gtk-3-24 only)

Chun-wei Fan requested to merge more-vs2022-fixes into gtk-3-24

Hi,

This makes some fixes and refinements for Visual Studio 2022 builds via Meson and the project files:

  • In the Meson builds, make the DLL filenames distinct from the VS 2019 ones.
  • For the projects, fix the introspection builds by making sure that we know that we are building with Visual Studio 2022 rather than VS2019, so that we can find the freshly-built GDK/GTK DLLs properly.

With blessings, thank you!

Edited by Chun-wei Fan

Merge request reports