GNOME Bugzilla – Bug 765245
Visual Studio builds: Enable introspection builds
Last modified: 2016-04-20 08:09:48 UTC
Hi, librsvg has recently added support for building under Visual Studio, without the means to build the introspection files for it. As the state of running and building G-I is much improved on Visual Studio, this patch will attempt to add such support. With blessings, thank you!
Created attachment 326370 [details] [review] build: Add common autotools module to generate items for building introspection under Visual Studio Hi, This adds an autotools module, which is copied from gobject-introspection and is used in the GTK+ stack, which can be included $(srcroot)/Makefile.am to generate the list of files to introspect, as well as the command lines to g-ir-scanner and g-ir-compiler to build the introspection files.
Created attachment 326371 [details] [review] Visual Studio builds: Support building introspection Hi, This adds a set of NMake Makefiles and updates $(srcroot)/Makefile.am to use the autotools module in the previous patch so that the items needed for building introspection on Visual Studio builds will be available upon 'make dist'. With blessings, thank you!
Review of attachment 326370 [details] [review]: sure, go ahead
Review of attachment 326371 [details] [review]: looks good
Hi Paolo, Thanks for the fast review, I have pushed the patches as: -326370: 09d7427 -326371: 42a58e9 With blessings, thank you!