From 6dc1e34f5910fbfc1b62fdf83eeda67edc25bc91 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 17 Oct 2011 15:22:26 +0800 Subject: [PATCH] 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 --- build/win32/vs10/pango.props | 2 +- build/win32/vs9/pango.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@