summaryrefslogtreecommitdiff
path: root/build/win32/vs10/atk-version-paths.props.in
diff options
context:
space:
mode:
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>