diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-08 14:14:46 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-04-19 14:50:25 +0800 |
commit | 9a87b6be2ba7bac1cba26afd1515cdde991978c7 (patch) | |
tree | 7ecd913201e1a1c9205d886b99a8d880a891c182 /configure.ac | |
parent | f0c2d3a7a8b419b2b240b92cfcc2a1e47602cc12 (diff) | |
download | gtk+-9a87b6be2ba7bac1cba26afd1515cdde991978c7.tar.gz |
MSVC builds: Update how introspection builds are done
This first adds a common autotools module that can be included by
the Makefile.am's to generate the file lists and the g-ir-scanner/
g-ir-compiler command lines to build the introspection files.
The autotools files for gdk/ and gtk/ are then updated to generate
the full file lists needed to build the introspection files, with
the full command lines for g-ir-scanner and g-ir-compiler as NMake
Makefile modules that can be used to build the introspection files
for Visual Studio builds.
https://bugzilla.gnome.org/show_bug.cgi?id=765195
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c788ee4dfd..f200561cdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1920,7 +1920,6 @@ docs/reference/libgail-util/Makefile docs/reference/libgail-util/version.xml docs/tools/Makefile build/Makefile -build/gtk-introspection-msvc.mak build/win32/Makefile build/win32/vs9/Makefile build/win32/vs9/gtk3-version-paths.vsprops |