Skip to content

Few fixes for Visual Studio builds

Chun-wei Fan requested to merge master.msvcfixes into master

Hi,

With the complete move of the Visual Studio build system to Meson, there are a few more fixes that are needed for a complete build experience on Visual Studio, firstly a simple update to gdk-pixbuf/io-jpeg.c on improving the check on HAVE_SIGSETJMP (since Meson sets that macro to 0 when it is not available), and a Windows .bat port for the post install script, as Visual Studio builds tend to be done on a standard Windows cmd.exe console rather than in a BASH shell-like console.

With blessings, thank you!

Merge request reports