summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-05-16 12:08:12 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-05-16 12:08:12 +0800
commitbecb5cebbf92833bb4e95db064e542c1d276d888 (patch)
tree1a3ce1156dc318eafd8613158a5951ed2fbab6ef
parent094e17cc0666206b336976f63ac8e4239f58a66c (diff)
downloadpango-becb5cebbf92833bb4e95db064e542c1d276d888.tar.gz
Update pangoft2 Visual C++ project
Make the include paths and predefined macros consistent across the board.
-rw-r--r--build/win32/vs9/pangoft2.vcprojin9
1 files changed, 6 insertions, 3 deletions
diff --git a/build/win32/vs9/pangoft2.vcprojin b/build/win32/vs9/pangoft2.vcprojin
index caf6e928..f7c639cd 100644
--- a/build/win32/vs9/pangoft2.vcprojin
+++ b/build/win32/vs9/pangoft2.vcprojin
@@ -57,7 +57,8 @@
>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="$(PangoDefines)"
+ AdditionalIncludeDirectories="."
+ PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -86,7 +87,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="_DEBUG;$(PangoDefines)"
+ AdditionalIncludeDirectories="."
+ PreprocessorDefinitions="_DEBUG;$(PangoDefines);HAVE_GLIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -114,7 +116,8 @@
>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="$(PangoDefines)"
+ AdditionalIncludeDirectories="."
+ PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"