summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-build-defines.vsprops
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-03-02 12:03:27 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-03-02 12:03:27 +0800
commit9f16aaa34833d8cbf1b58e984a2a8faaae6931ed (patch)
tree742473be7a833218185ddc6cb8f0cf485477bf84 /build/win32/vs9/gi-build-defines.vsprops
parent1746e1dc4604e3498c4b9f45dfa5c85f0fa2440d (diff)
downloadgobject-introspection-9f16aaa34833d8cbf1b58e984a2a8faaae6931ed.tar.gz
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.
Diffstat (limited to 'build/win32/vs9/gi-build-defines.vsprops')
-rw-r--r--build/win32/vs9/gi-build-defines.vsprops2
1 files changed, 1 insertions, 1 deletions
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 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\..;..\..\..\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"
PreprocessorDefinitions="HAVE_CONFIG_H;WIN32"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
AdditionalOptions="/MP"