]> Pileus Git - ~andy/gtk/commit
Added VS projects for a11y and libgail-util
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 14 Jul 2011 03:52:58 +0000 (11:52 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 14 Jul 2011 03:53:36 +0000 (11:53 +0800)
commit5ab81206899a5964eb21e3740579649ac41b4524
treea990e112c89759d6ca2c87b998d5ce1c1465b5e4
parent9a212b31205e5c2566f2fc946812609b688c19ce
Added VS projects for a11y and libgail-util

-Added projects to compile the a11y portion of GTK+.  This is now necessary
 as a11y/GAIL is now integrated into the main GTK+ library, and it must
 be built before compiling/linking GTK+.  This project is done like the
 GDK/GTK+ projects, where the source file listings for the VS2008/2010
 projects are fed into templates (.vcprojin, .vcxprojin and
 .vcxproj.filtersin) during 'make dist'
-Added projects to compile the libgail-util DLL (no templates for this
 as this does not have source files added/removed often)
-Added the new projects into distribution, and headers, DLLs and .LIB files
 into the "install" stage
14 files changed:
build/win32/vs10/Makefile.am
build/win32/vs10/gailutil.vcxproj [new file with mode: 0644]
build/win32/vs10/gailutil.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/gtk+.props
build/win32/vs10/gtk+.sln
build/win32/vs10/gtk.vcxprojin
build/win32/vs10/install.vcxproj
build/win32/vs10/libgail.vcxproj.filtersin [new file with mode: 0644]
build/win32/vs10/libgail.vcxprojin [new file with mode: 0644]
build/win32/vs9/gailutil.vcproj [new file with mode: 0644]
build/win32/vs9/gtk+.sln
build/win32/vs9/gtk+.vsprops
build/win32/vs9/libgail.vcprojin [new file with mode: 0644]
gtk/a11y/Makefile.am