summaryrefslogtreecommitdiff
path: root/build/win32/vs9/pango-build-defines.vsprops
blob: ed892a79cb163d5dac0e39905042b62a92a76508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pangobuilddefinesprops"
	OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)\"
	InheritedPropertySheets=".\pango-version-paths.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="..\..\..;..\..\..\pango;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\fontconfig;$(GlibEtcInstallRoot)\include\freetype2"
		PreprocessorDefinitions="HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES"
		ForcedIncludeFiles="msvc_recommended_pragmas.h"
		AdditionalOptions="/MP"
	/>
	<Tool
		Name="VCLinkerTool"
		AdditionalDependencies="gobject-2.0.lib gmodule-2.0.lib glib-2.0.lib intl.lib"
		AdditionalLibraryDirectories="$(GlibEtcInstallRoot)\lib"
	/>
	<UserMacro
		Name="PangoBinaryVersion"
		Value="1.8.0"
	/>
	<UserMacro
		Name="PangoDummyPrefix"
		Value="/dummy"
	/>
	<UserMacro
		Name="PangoDefines"
		Value="G_LOG_DOMAIN=\&quot;Pango\&quot;;PANGO_ENABLE_BACKEND;PANGO_ENABLE_ENGINE;SYSCONFDIR=\&quot;$(PangoDummyPrefix)/etc\&quot;;LIBDIR=\&quot;$(PangoDummyPrefix)/lib\&quot;"
	/>
	<UserMacro
		Name="NoFCDef"
		Value="PANGO_VISUALC_NO_FC"
	/>
	<UserMacro
		Name="PangoFT2Incs"
		Value=".;..;$(GlibEtcInstallRoot)\include\harfbuzz"
	/>
	<UserMacro
		Name="PangoFT2CFlags"
		Value="HAVE_STDINT_H=1"
	/>
	<UserMacro
		Name="PangoFT2Libs"
		Value="fontconfig.lib freetype.lib harfbuzz.lib"
	/>
</VisualStudioPropertySheet>