GNOME Bugzilla – Bug 765193
Add introspection support for Visual Studio builds
Last modified: 2016-04-18 07:31:46 UTC
Hi, This bug report attempts to add introspection support for 2.24.x on Visual Studio, as there were requests received to add such support. This is done in a way that is similar to what is now being done in ATK, GDK-Pixbuf, Pango, GtkSourceview and libsoup. I will attach a patch shortly for this purpose. With blessings, thank you!
Created attachment 326216 [details] [review] Add introspection support for Visual Studio builds Hi, This is the patch that adds introspection support for Visual Studio builds. This attempts to reuse items from within GTK+ and the introspection support for Visual Studio in other projects as far as possible. This patch was checked with 'make -j8 distcheck' successfully. With blessings, thank you!
Review of attachment 326216 [details] [review]: As usual double check distcheck passes correctly. Thanks.
Hi Nacho, Thanks! I have pushed the patch as 9dbee22. With blessings, thanks, and cheers!