Closed fanc999 closed 2 years ago
Thanks!
I had some minor comments when looking at the commits, but... yeah, dunno. It's windows, I have no clue, let's see what will happen. You provided nice, small commits with good commit messages, so hopefully whoever doesn't like this will "see what is going on".
Hi,
This attempts to add support to the Meson build files to build with Visual Studio, by:
msvc_recommended_pragmas.h
on Visual Studio builds, so that we can silence compiler warnings that we really don't need to bother about and make the ones that we should really worry about glaring to us.lib
incore.c
for Visual Studio-like builds, since the Meson build files for Cairo do not prepend such prefixes, which is where this comes to play.regress.dll
by making sure symbols are exported, so that its introspection files can be properly built.regress
test for now on Windows sincedbus-run-session
does not currently exist on Windows.regress
tests as well.With blessings, thank you!