summaryrefslogtreecommitdiff
path: root/gio/giommconfig.h.meson
Commit message (Collapse)AuthorAgeFilesLines
* g[io|lib]mmconfig.h.*: Don't dllimport on MinGWChun-wei Fan2021-03-091-1/+3
| | | | | | | This will fix warnings when building items using glibmm and giomm with MinGW/GCC. Please see: https://gitlab.gnome.org/GNOME/gtkmm/-/issues/90
* Visual Studio builds: build giomm without gendefChun-wei Fan2020-03-071-9/+6
| | | | | | Make sure that we are defining GIOMM_API as __declspec(dllexport) when building giomm and so stop the use of gendef.exe. We are now ready to drop gendef from the glibmm sources.
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-011-0/+40
glibmm can be built with either Autotools or Meson. See MR !27