summaryrefslogtreecommitdiff
path: root/build/win32/vs10/pango-build-defines.props
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-10-08 18:36:05 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-10-08 18:36:05 +0800
commit18fe29478c263cf57ed408b153a76f30a934261d (patch)
tree44d6c2f276fe6f71f2eb389a7f715716e0fbda59 /build/win32/vs10/pango-build-defines.props
parent8f335578eb47fffb20647881622b994144054387 (diff)
downloadpango-18fe29478c263cf57ed408b153a76f30a934261d.tar.gz
MSVC builds: Update PangoFT2-related items
Fix the projects, and consolidate repeated items into the property sheets, as they now need to compile and link against HarfBuzz. Also remove unnecessary lines from the PangoFT2 and PangoCairo project files.
Diffstat (limited to 'build/win32/vs10/pango-build-defines.props')
-rw-r--r--build/win32/vs10/pango-build-defines.props10
1 files changed, 9 insertions, 1 deletions
diff --git a/build/win32/vs10/pango-build-defines.props b/build/win32/vs10/pango-build-defines.props
index cc55e955..89b8b9ab 100644
--- a/build/win32/vs10/pango-build-defines.props
+++ b/build/win32/vs10/pango-build-defines.props
@@ -8,6 +8,8 @@
<PangoDummyPrefix>/dummy</PangoDummyPrefix>
<PangoDefines>G_LOG_DOMAIN="Pango";PANGO_ENABLE_BACKEND;PANGO_ENABLE_ENGINE;SYSCONFDIR="$(PangoDummyPrefix)/etc";LIBDIR="$(PangoDummyPrefix)/lib"</PangoDefines>
<NoFCDef>PANGO_VISUALC_NO_FC</NoFCDef>
+ <PangoFT2Incs>..;$(GlibEtcInstallRoot)\include\harfbuzz</PangoFT2Incs>
+ <PangoFT2Libs>fontconfig.lib;freetype.lib;harfbuzz.lib</PangoFT2Libs>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>pangobuilddefinesprops</_PropertySheetDisplayName>
@@ -41,5 +43,11 @@
<BuildMacro Include="NoFCDef">
<Value>$(NoFCDef)</Value>
</BuildMacro>
+ <BuildMacro Include="PangoFT2Incs">
+ <Value>$(PangoFT2Incs)</Value>
+ </BuildMacro>
+ <BuildMacro Include="PangoFT2Libs">
+ <Value>$(PangoFT2Libs)</Value>
+ </BuildMacro>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>