summaryrefslogtreecommitdiff
path: root/build/win32/vs10/atk-version-paths.props.in
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-04-20 18:02:27 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-04-20 18:02:27 +0800
commit77f85f7cd9d2cbb6e05cd9139741dbd06b110d0e (patch)
tree3f7c0481c9a86737f96d318cea23493bdedce9b1 /build/win32/vs10/atk-version-paths.props.in
parent03fe9395290be5b49a17594e918f062cab45655e (diff)
downloadatk-77f85f7cd9d2cbb6e05cd9139741dbd06b110d0e.tar.gz
Visual Studio builds: Generate atk.pc
...if Python can be found via $(PythonPath) (x86 builds) or $(PythonPathX64) (x64 builds). This makes it easier for packages that requires atk.pc for introspection.
Diffstat (limited to 'build/win32/vs10/atk-version-paths.props.in')
-rw-r--r--build/win32/vs10/atk-version-paths.props.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/win32/vs10/atk-version-paths.props.in b/build/win32/vs10/atk-version-paths.props.in
index 6ea7baf..1c862a0 100644
--- a/build/win32/vs10/atk-version-paths.props.in
+++ b/build/win32/vs10/atk-version-paths.props.in
@@ -14,6 +14,8 @@
<AtkSeparateVSDllSuffix>-1-vs$(VSVer)</AtkSeparateVSDllSuffix>
<AtkDllPrefix>$(AtkSeparateVSDllPrefix)</AtkDllPrefix>
<AtkDllSuffix>$(AtkSeparateVSDllSuffix)</AtkDllSuffix>
+ <PythonPath>c:\python34</PythonPath>
+ <PythonPathX64>$(PythonPath).x64</PythonPathX64>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>atkversionpathsprops</_PropertySheetDisplayName>
@@ -55,5 +57,11 @@
<BuildMacro Include="AtkDllSuffix">
<Value>$(AtkDllSuffix)</Value>
</BuildMacro>
+ <BuildMacro Include="PythonPath">
+ <Value>$(PythonPath)</Value>
+ </BuildMacro>
+ <BuildMacro Include="PythonPathX64">
+ <Value>$(PythonPathX64)</Value>
+ </BuildMacro>
</ItemGroup>
</Project>