diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-08-02 11:20:19 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-08-02 11:20:19 +0800 |
commit | dcb766c4617d874588de5edf397ddac017b8d760 (patch) | |
tree | c177fe9a47847707183aa490c892269fefb5044f /gdk/Makefile.am | |
parent | 134bea9ec20f2bb0a8695fa4f7827c1461e50e31 (diff) | |
download | gtk+-dcb766c4617d874588de5edf397ddac017b8d760.tar.gz |
Add Visual Studio Build Support for Broadway
-Add Visual Studio 2008 projects and pre-configured gdkconfig.h for
Broadway builds
-Decouple the Visual Studio property sheets, to simplify maintenance and
enhance flexibility for different builds
Visual Studio 2010 projects updates will follow later.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 7cdae7d57a..8cba7c0d85 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST += \ gdkkeynames.c \ gen-keyname-table.pl \ gdkconfig.h.win32 \ + gdkconfig.h.win32_broadway \ gdkkeysyms-update.pl \ gdkmarshalers.list \ gdkwindowimpl.h \ |