From: Chun-wei Fan Date: Mon, 17 Oct 2011 07:22:26 +0000 (+0800) Subject: Update VS property sheets X-Git-Tag: 1.29.5~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dc1e34f5910fbfc1b62fdf83eeda67edc25bc91;p=platform%2Fupstream%2Fpango.git Update VS property sheets Say farewell to G_DISABLE_DEPRECATED and the build breakages that it causes. We now have warnings when we make use of deprecated GLib items --- diff --git a/build/win32/vs10/pango.props b/build/win32/vs10/pango.props index 8b35fcf..4c7f3ba 100644 --- a/build/win32/vs10/pango.props +++ b/build/win32/vs10/pango.props @@ -122,7 +122,7 @@ copy ..\..\..\pango\pangoft2.h $(CopyDir)\include\pango-$(PangoApiVersion)\pango ..\..\..;..\..\..\pango;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\fontconfig;$(GlibEtcInstallRoot)\include\freetype2;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions) + HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions) msvc_recommended_pragmas.h;%(ForcedIncludeFiles) diff --git a/build/win32/vs9/pango.vsprops b/build/win32/vs9/pango.vsprops index b002ff9..0822401 100644 --- a/build/win32/vs9/pango.vsprops +++ b/build/win32/vs9/pango.vsprops @@ -9,7 +9,7 @@