summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-04-27 00:46:52 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-04-27 00:48:05 +0800
commit527a299fdd610720a84546863218938d518807e6 (patch)
treec386e8f2e5da73d616f41365db79a65afb9d560e /build
parent343d24c3486a9d04731dcf0538595353f404ded4 (diff)
downloadgtk+-527a299fdd610720a84546863218938d518807e6.tar.gz
Bug 643270: VS2010 Project Files (autotools)
-Update to distribute the VS2010 files. -Added rules in Makefile.am's of GDK and GTK to fill in the project/filter files templates with up-to-date source file listings to simplify maintenace. Any comments on the usage of the VS2010 files are welcome!
Diffstat (limited to 'build')
-rw-r--r--build/win32/Makefile.am3
-rw-r--r--build/win32/vs10/Makefile.am19
2 files changed, 21 insertions, 1 deletions
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index 14e08c059e..050539c35d 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -1,4 +1,5 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = \
- vs9
+ vs9 \
+ vs10
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
new file mode 100644
index 0000000000..6aa2f86a6e
--- /dev/null
+++ b/build/win32/vs10/Makefile.am
@@ -0,0 +1,19 @@
+include $(top_srcdir)/Makefile.decl
+
+EXTRA_DIST += \
+ README.txt \
+ gtk+.sln \
+ gtk+.props \
+ gdk-win32.vcxproj \
+ gdk-win32.vcxproj.filters \
+ gdk.vcxproj \
+ gdk.vcxprojin \
+ gdk.vcxproj.filters \
+ gdk.vcxproj.filtersin \
+ gtk.vcxproj \
+ gtk.vcxprojin \
+ gtk.vcxproj.filters \
+ gtk.vcxproj.filtersin \
+ gtk-demo.vcxproj \
+ gtk-demo.vcxproj.filters \
+ install.vcxproj