summaryrefslogtreecommitdiff
path: root/build/win32/vs9
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-10-17 15:22:26 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-10-17 15:22:26 +0800
commit6dc1e34f5910fbfc1b62fdf83eeda67edc25bc91 (patch)
treef4063b699366364c9d6300166d38054bee1205db /build/win32/vs9
parent8bc3c963d9ff43b1522d36d561c0ce9f8bffd19e (diff)
downloadpango-6dc1e34f5910fbfc1b62fdf83eeda67edc25bc91.tar.gz
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
Diffstat (limited to 'build/win32/vs9')
-rw-r--r--build/win32/vs9/pango.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs9/pango.vsprops b/build/win32/vs9/pango.vsprops
index b002ff9e..08224016 100644
--- a/build/win32/vs9/pango.vsprops
+++ b/build/win32/vs9/pango.vsprops
@@ -9,7 +9,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\..;..\..\..\pango;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\fontconfig;$(GlibEtcInstallRoot)\include\freetype2"
- 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