Various Visual C++ support updates
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 09:52:41 +0000 (17:52 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 09:52:41 +0000 (17:52 +0800)
commitc43c4884bf4b405f58a0c966384ee751f82ee69c
treead42c6ead587dd4b888cd5115238669ae23d0abf
parent23ac9e61a66258fdf5c52671b243c4044fd8824e
Various Visual C++ support updates

-Move the stub stdint.h back into the vs9 folder as stdint.h is shipped
 with Visual C++ 2010, and update the corresponding Makefile.am's
 accordingly
-Add new solution to build Pango with FontConfig-the former solution file
 will build Pango without FontConfig.  This is to simplify the use
 of the GTK+ stack as many will probably not use FontConfig on Windows,
 therefore this is to reduce the number of dependencies
-Added configurations in Pango, PangoWin32, PangoCairo regarding FontConfig
 (To make sure their configurations are consistent across the board)
-Cleaned up the various project files for a bit.
build/win32/Makefile.am
build/win32/vs9/Makefile.am
build/win32/vs9/install.vcproj
build/win32/vs9/pango.sln
build/win32/vs9/pango.vcprojin
build/win32/vs9/pango.vsprops
build/win32/vs9/pango_fc.sln [new file with mode: 0644]
build/win32/vs9/pangocairo.vcprojin
build/win32/vs9/pangoft2.vcprojin
build/win32/vs9/pangowin32.vcproj
build/win32/vs9/stdint.h [moved from build/win32/stdint.h with 100% similarity]