From 00b30f5b79476f8b21d53f87a3948cf50da2924b Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 12 Apr 2016 14:07:06 +0800 Subject: [PATCH] MSVC builds: Look for headers in include/gio-win32-2.0 At some point we are going to include headers from there for gio.h, so make sure everything needed can be found. --- build/win32/vs10/gtk-build-defines.props | 2 +- build/win32/vs9/gtk-build-defines.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/gtk-build-defines.props b/build/win32/vs10/gtk-build-defines.props index 981388ac4c..849c963bb6 100644 --- a/build/win32/vs10/gtk-build-defines.props +++ b/build/win32/vs10/gtk-build-defines.props @@ -18,7 +18,7 @@ - ..\..\..;$(GlibEtcInstallRoot)\include\gdk-pixbuf-2.0;$(GlibEtcInstallRoot)\include\pango-1.0;$(GlibEtcInstallRoot)\include\atk-1.0;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include;%(AdditionalIncludeDirectories) + ..\..\..;$(GlibEtcInstallRoot)\include\gdk-pixbuf-2.0;$(GlibEtcInstallRoot)\include\pango-1.0;$(GlibEtcInstallRoot)\include\atk-1.0;$(GlibEtcInstallRoot)\include\gio-win32-2.0;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include;%(AdditionalIncludeDirectories) HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES;ATK_DISABLE_SINGLE_INCLUDES;GDK_PIXBUF_DISABLE_SINGLE_INCLUDES;GTK_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions) msvc_recommended_pragmas.h;%(ForcedIncludeFiles) true diff --git a/build/win32/vs9/gtk-build-defines.vsprops b/build/win32/vs9/gtk-build-defines.vsprops index 25d19b6c24..5c8907698a 100644 --- a/build/win32/vs9/gtk-build-defines.vsprops +++ b/build/win32/vs9/gtk-build-defines.vsprops @@ -9,7 +9,7 @@ >