[pango] Update pangoft2 Visual C++ project
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Update pangoft2 Visual C++ project
- Date: Mon, 16 May 2011 03:53:54 +0000 (UTC)
commit becb5cebbf92833bb4e95db064e542c1d276d888
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon May 16 12:08:12 2011 +0800
Update pangoft2 Visual C++ project
Make the include paths and predefined macros consistent across the board.
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 caf6e92..f7c639c 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]