From eb125665d8ad11c22457b4ec5062ede6594b8d89 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 17 Oct 2011 14:17:53 +0800 Subject: Update VS property sheets Stop using G_DISABLE_DEPRECATED as there are now warnings for usage of deprecated APIs/items in GLib --- build/win32/vs10/glib.props | 2 +- build/win32/vs9/glib.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props index c0563b718..f7b184ad9 100644 --- a/build/win32/vs10/glib.props +++ b/build/win32/vs10/glib.props @@ -494,7 +494,7 @@ copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas ..\..\..;..\..\..\glib;$(GlibEtcInstallRoot)\include;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;G_DISABLE_DEPRECATED;%(PreprocessorDefinitions) + HAVE_CONFIG_H;%(PreprocessorDefinitions) msvc_recommended_pragmas.h;%(ForcedIncludeFiles) diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops index 91064d847..b15a00355 100644 --- a/build/win32/vs9/glib.vsprops +++ b/build/win32/vs9/glib.vsprops @@ -9,7 +9,7 @@