summaryrefslogtreecommitdiff
path: root/libgail-util
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-04-17 14:47:56 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-15 18:37:37 +0800
commitd836a52b68e53b53b143717fb2fef6160b409d0e (patch)
tree5f48bbf01216c1137f4bc32a7e8946e6a7c0128c /libgail-util
parentdeb632c9b64325dc1b11587f7509c061036170c4 (diff)
downloadgtk+-d836a52b68e53b53b143717fb2fef6160b409d0e.tar.gz
build: Clean Up Visual Studio Project Generation
Use the common automake module from the previous commit in the Makefile.am's, which means that the Makefile.am's in gdk/ and gtk/ can be cleaned up as a result. As a side effect, the property sheet that is used to "install" the build results and headers can now be generated in terms of the listing of headers to copy during 'make dist', where we can acquire most of the list of headers to "install", so that we can largely avoid the situation where the property sheet files are not updated in time for this, causing missing headers when this build of GTK+ is being used. Also use the Visual Studio Project file generation for the following projects: gtk3-demo gtk3-demo-application gtk3-icon-browser gdk-win32 gdk-broadway gail-util So that the maintenace of these project files can be simplified as well. https://bugzilla.gnome.org/show_bug.cgi?id=681965
Diffstat (limited to 'libgail-util')
-rw-r--r--libgail-util/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/libgail-util/Makefile.am b/libgail-util/Makefile.am
index 8ac0264a9d..a5709039e9 100644
--- a/libgail-util/Makefile.am
+++ b/libgail-util/Makefile.am
@@ -81,4 +81,22 @@ install-data-local: install-ms-lib install-def-file
uninstall-local: uninstall-ms-lib uninstall-def-file
+# ------------------- MSVC Build Items ----------------
+MSVCPROJS = gailutil
+
+gailutil_FILES = $(libgailutil_3_la_SOURCES)
+
+gailutil_EXCLUDES = dummy
+gailutil_HEADERS_DIR = $(libgailutilincludedir)
+
+gailutil_HEADERS_INST = $(libgailutilinclude_HEADERS)
+
+gailutil_HEADERS_EXCLUDES = dummy
+
+include $(top_srcdir)/build/Makefile.msvcproj
+
+dist-hook: \
+ $(top_builddir)/build/win32/vs9/gailutil.vcproj \
+ $(top_builddir)/build/win32/vs9/gailutil.headers
+
-include $(top_srcdir)/git.mk