From e2074a6342db684d7bdeae56e2c5a87a67afc1ca Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Sat, 18 Jun 2011 17:58:57 +0800 Subject: [PATCH] Update gsettings/glib-compile-schemas VS Projects These tools require the use of GModule headers also, so update the include directories so that the correct gmodule.h will be included instead of the system-installed version. --- build/win32/vs10/glib-compile-schemas.vcxproj | 2 +- build/win32/vs10/gsettings.vcxproj | 4 ++++ build/win32/vs9/gsettings.vcproj | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/build/win32/vs10/glib-compile-schemas.vcxproj b/build/win32/vs10/glib-compile-schemas.vcxproj index c69a87e72..c4bd41679 100644 --- a/build/win32/vs10/glib-compile-schemas.vcxproj +++ b/build/win32/vs10/glib-compile-schemas.vcxproj @@ -114,8 +114,8 @@ MaxSpeed - ..\..\..\gmodule;%(AdditionalIncludeDirectories) true + ..\..\..\gmodule;%(AdditionalIncludeDirectories) _CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL true diff --git a/build/win32/vs10/gsettings.vcxproj b/build/win32/vs10/gsettings.vcxproj index 90ebd21f1..a8b74c653 100644 --- a/build/win32/vs10/gsettings.vcxproj +++ b/build/win32/vs10/gsettings.vcxproj @@ -72,6 +72,7 @@ Disabled + ..\..\..\gmodule;%(AdditionalIncludeDirectories) _DEBUG;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks @@ -90,6 +91,7 @@ Disabled + ..\..\..\gmodule;%(AdditionalIncludeDirectories) DEBUG;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks @@ -113,6 +115,7 @@ MaxSpeed true + ..\..\..\gmodule;%(AdditionalIncludeDirectories) _CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL true @@ -132,6 +135,7 @@ + ..\..\..\gmodule;%(AdditionalIncludeDirectories) _CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL diff --git a/build/win32/vs9/gsettings.vcproj b/build/win32/vs9/gsettings.vcproj index 25b8815af..247956ee2 100644 --- a/build/win32/vs9/gsettings.vcproj +++ b/build/win32/vs9/gsettings.vcproj @@ -31,6 +31,7 @@