diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-10-17 15:29:31 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-10-17 15:30:00 +0800 |
commit | f9bf3bc91d3b04c0baa35c315014742b42f45bf8 (patch) | |
tree | b708c3b223f2dedf98e31eb4f516e2f2bc251d2e /build/win32 | |
parent | e3487b06c590b44c3c90031dba29b7fdb5d6e3d9 (diff) | |
download | atk-f9bf3bc91d3b04c0baa35c315014742b42f45bf8.tar.gz |
Update VS property sheets
Get rid of G_DISABLE_DEPRECATED and the warnings that it causes as warnings
are now issued when deprecated GLib items are used.
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/vs10/atk.props | 2 | ||||
-rw-r--r-- | build/win32/vs9/atk.vsprops | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs10/atk.props b/build/win32/vs10/atk.props index 911b604..6954c2d 100644 --- a/build/win32/vs10/atk.props +++ b/build/win32/vs10/atk.props @@ -99,7 +99,7 @@ copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*-$(AtkApiVersion).lib $(Cop <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>..\..\..;..\..\..\atk;$(AtkEtcInstallRoot)\include;$(AtkEtcInstallRoot)\include\glib-2.0;$(AtkEtcInstallRoot)\lib\glib-2.0\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ForcedIncludeFiles>msvc_recommended_pragmas.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> </ClCompile> <Link> diff --git a/build/win32/vs9/atk.vsprops b/build/win32/vs9/atk.vsprops index 88b4222..85747ef 100644 --- a/build/win32/vs9/atk.vsprops +++ b/build/win32/vs9/atk.vsprops @@ -9,7 +9,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..;..\..\..\atk;$(AtkEtcInstallRoot)\include;$(AtkEtcInstallRoot)\include\glib-2.0;$(AtkEtcInstallRoot)\lib\glib-2.0\include\" - PreprocessorDefinitions="HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES" + PreprocessorDefinitions="HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES" ForcedIncludeFiles="msvc_recommended_pragmas.h" /> <Tool |