summaryrefslogtreecommitdiff
path: root/build/win32/vs9/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-03-17 15:23:50 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-03-17 15:23:50 +0800
commit73e2a3300a92a53d3c8c49c148655093ae642afb (patch)
tree1627b22fc24155e368871a92f755a5aa23ec5880 /build/win32/vs9/Makefile.am
parent8d651e4d90377e71c3804032e33f6f6d97587d8b (diff)
downloadgobject-introspection-73e2a3300a92a53d3c8c49c148655093ae642afb.tar.gz
MSVC builds: Re-integrate introspection build in projects
GLib has been recently updated to optionally generate the .pc files within the MSVC builds, which is needed to build the introspection files, if Python is available. As we are looking for the .pc files from a common location as a result, we can build the introspection files within the project files, so that the build process does not have to be split into 2 stages. This is done by using wrapper projects that calls the NMake Makefiles that is used to build the introspection files. Note that although the IDE claims that the introspection files failed to build, but they are really generated-so some investigation is needed to see whether we can silence those false-positive errors. Also clean up the property sheets a bit.
Diffstat (limited to 'build/win32/vs9/Makefile.am')
-rw-r--r--build/win32/vs9/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 725a18a5..3ddf180d 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -7,7 +7,6 @@ GENERATED_ITEMS = \
EXTRA_DIST = \
gobject-introspection.sln \
gi-build-defines.vsprops \
- gi-extra-paths.vsprops \
gi-gen-srcs.vsprops \
gi-install.vspropsin \
gi-version-paths.vsprops \
@@ -19,6 +18,7 @@ EXTRA_DIST = \
g-ir-generate.vcproj \
glib-print.vcproj \
gi-install.vcproj \
+ gi-introspect.vcproj \
_giscanner.vcproj \
README.txt \
$(GENERATED_ITEMS)