diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-05-16 17:32:29 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-05-16 17:32:29 +0800 |
commit | 8d7c93ba472fdc1391b97d319cad496103e8c317 (patch) | |
tree | 4ea402ccb55db3343a69ec7cd6da2de24a5ebd23 /build/win32/vs9/Makefile.am | |
parent | 63e7fe3d605e604b3211a8f53e190043bc3e9d85 (diff) | |
download | gtk+-8d7c93ba472fdc1391b97d319cad496103e8c317.tar.gz |
Visual Studio Builds: Build GtkInspector
Add project files to build the GtkInspector sources, as gtk-inspector is a
required portion for GTK+. "Install" the
org.gtk.Settings.Debug.gschema.xml gsettings schema file as well, so that
people can trigger GtkInspector as they develop and test their GTK+-based
programs.
Diffstat (limited to 'build/win32/vs9/Makefile.am')
-rw-r--r-- | build/win32/vs9/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am index 47eb5066e8..5e93e61041 100644 --- a/build/win32/vs9/Makefile.am +++ b/build/win32/vs9/Makefile.am @@ -13,6 +13,7 @@ EXTRA_DIST += \ gtk3-demo-application.vcproj \ gtka11y.vcproj \ gtka11y.vcprojin \ + gtk-inspector.vcproj \ gailutil.vcproj \ install.vcproj \ broadwayd.vcproj \ |