autotools: Re-enable and enhance the completion of MSVC projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 21 Aug 2012 06:07:25 +0000 (14:07 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 23 Aug 2012 13:57:24 +0000 (21:57 +0800)
commit635f537ddfe7eccfc2de775f759fb9dfafb51983
treed7c17f26e70f4360d95c8c1c03c5b41c656d666e
parente5333ce32c04a1ddef5c2c6d2b6a414095c2e0ba
autotools: Re-enable and enhance the completion of MSVC projects

-Isolate the creation of full MSVC projects for pango, pangoft2 and
 pangocairo in a seperate build/Makefile-msvcproj.am, so it can be included
 and used elsewhere.
-Update the Makefile.am's in pango/ and pango/mini-fribidi to include
 and use build/Makefile-msvcproj.am to create the MSVC project files
-Use templates for the property sheets so that the listings of header files
 to "install" can be filled in using build/Makefile-msvcproj.am, to
 simplify future maintenance.
-Re-enable the distribution of the created project files and property
 sheets
build/Makefile-msvcproj.am [new file with mode: 0644]
build/win32/vs10/Makefile.am
build/win32/vs10/pango.propsin [new file with mode: 0644]
build/win32/vs9/Makefile.am
build/win32/vs9/pango.vspropsin [new file with mode: 0644]
pango/Makefile.am
pango/mini-fribidi/Makefile.am