Update pangoft2 Visual C++ project
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 04:08:12 +0000 (12:08 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 May 2011 04:08:12 +0000 (12:08 +0800)
Make the include paths and predefined macros consistent across the board.

build/win32/vs9/pangoft2.vcprojin

index caf6e92..f7c639c 100644 (file)
@@ -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"
                        >
                        <Tool
                                Name="VCCLCompilerTool"
-                               PreprocessorDefinitions="$(PangoDefines)"
+                               AdditionalIncludeDirectories="."
+                               PreprocessorDefinitions="$(PangoDefines);HAVE_GLIB"
                                RuntimeLibrary="2"
                                UsePrecompiledHeader="0"
                                WarningLevel="3"