From 0bc1ac2312c54e2a7fa38847500e5243b302a33d Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 21 Oct 2011 17:53:54 +0800 Subject: [PATCH] Update VS property sheets Stop the use of CLUTTER_DISABLE_DEPRECATED and COGL_DISABLE_DEPRECATED, as now compiler warnings are used instead when deprecated items are used. --- build/win32/vs10/clutter.props | 2 +- build/win32/vs9/clutter.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props index 6fc5882..325c11b 100644 --- a/build/win32/vs10/clutter.props +++ b/build/win32/vs10/clutter.props @@ -5,7 +5,7 @@ 1.0 $(GlibEtcInstallRoot) _WIN32_WINNT=0x0500 - $(BaseWinBuildDef);CLUTTER_DISABLE_DEPRECATED;COGL_DISABLE_DEPRECATED + $(BaseWinBuildDef) HAVE_CONFIG_H;CLUTTER_COMPILATION;COGL_ENABLE_EXPERIMENTAL_API;COGL_HAS_WIN32_SUPPORT;CLUTTER_ENABLE_EXPERIMENTAL_API $(LibBuildDefines);_DEBUG;CLUTTER_ENABLE_DEBUG $(LibBuildDefines);G_DISABLE_ASSERT;G_DISABLE_CHECKS;G_DISABLE_CAST_CHECKS diff --git a/build/win32/vs9/clutter.vsprops b/build/win32/vs9/clutter.vsprops index 3d5fe53..e79a583 100644 --- a/build/win32/vs9/clutter.vsprops +++ b/build/win32/vs9/clutter.vsprops @@ -32,7 +32,7 @@ />