From 9f16aaa34833d8cbf1b58e984a2a8faaae6931ed Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 2 Mar 2016 12:03:27 +0800 Subject: MSVC builds: Update include paths We want to make sure that the include/gio-win32-2.0 is also being searched for the headers for GIO as well, and the GLib include paths should first be searched before the include paths of its dependencies. --- build/win32/vs10/gi-build-defines.props | 2 +- build/win32/vs9/gi-build-defines.vsprops | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/vs10/gi-build-defines.props b/build/win32/vs10/gi-build-defines.props index 56e79863..2d60f33e 100644 --- a/build/win32/vs10/gi-build-defines.props +++ b/build/win32/vs10/gi-build-defines.props @@ -14,7 +14,7 @@ - ..\..\..;..\..\..\girepository;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\lib\glib-2.0\include;%(AdditionalIncludeDirectories) + ..\..\..;..\..\..\girepository;$(GlibEtcInstallRoot)\include\gio-win32-2.0;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include;%(AdditionalIncludeDirectories) HAVE_CONFIG_H;WIN32;%(PreprocessorDefinitions) msvc_recommended_pragmas.h;%(ForcedIncludeFiles) true diff --git a/build/win32/vs9/gi-build-defines.vsprops b/build/win32/vs9/gi-build-defines.vsprops index fc497d18..efc28524 100644 --- a/build/win32/vs9/gi-build-defines.vsprops +++ b/build/win32/vs9/gi-build-defines.vsprops @@ -9,7 +9,7 @@ >