diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-03-26 11:49:53 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-03-26 11:49:53 +0800 |
commit | e05cde5964daaac3be150cbcc7acab7308385cfa (patch) | |
tree | 532a51bc8af54b211f0940b5bf2fc151085a92c4 /build | |
parent | 5989a6405fb39567a39e2e49824c465246d26cee (diff) | |
download | gtk+-e05cde5964daaac3be150cbcc7acab7308385cfa.tar.gz |
Update VS property sheet
Make GDK-Pixbuf include path more consitent with autofiscated builds
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs9/gtk+.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops index a30b369e75..591b892563 100644 --- a/build/win32/vs9/gtk+.vsprops +++ b/build/win32/vs9/gtk+.vsprops @@ -8,7 +8,7 @@ >
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\..;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\atk-1.0;$(GlibEtcInstallRoot)\include\pango-1.0;$(GlibEtcInstallRoot)\include\GdkPixbuf-2.0"
+ AdditionalIncludeDirectories="..\..\..;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\atk-1.0;$(GlibEtcInstallRoot)\include\pango-1.0;$(GlibEtcInstallRoot)\include\gdk-pixbuf-2.0"
PreprocessorDefinitions="HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES;ATK_DISABLE_SINGLE_INCLUDES;GDK_PIXBUF_DISABLE_SINGLE_INCLUDES;GTK_DISABLE_SINGLE_INCLUDES"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
/>
|