diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-16 12:08:12 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-16 12:08:12 +0800 |
commit | becb5cebbf92833bb4e95db064e542c1d276d888 (patch) | |
tree | 1a3ce1156dc318eafd8613158a5951ed2fbab6ef /build | |
parent | 094e17cc0666206b336976f63ac8e4239f58a66c (diff) | |
download | pango-becb5cebbf92833bb4e95db064e542c1d276d888.tar.gz |
Update pangoft2 Visual C++ project
Make the include paths and predefined macros consistent across the board.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs9/pangoft2.vcprojin | 9 |
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" |