summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gi-extra-paths.props
blob: 93b847d435355f46d172cc4db4089116e6f965d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="gi-build-defines.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros">
    <!-- PythonDir currently needs to point to a 32-bit/x86 Python 2.6/2.7 installation -->
    <PythonDir>c:\\python27</PythonDir>
    <!-- PythonDirX64 currently needs to point to an x86-64/x64 Python 2.6/2.7 installation -->
    <PythonDirX64>c:\\python27.x64</PythonDirX64>
  </PropertyGroup>
  <PropertyGroup>
    <_PropertySheetDisplayName>giextrapathsprops</_PropertySheetDisplayName>
  </PropertyGroup>
  <ItemGroup>
    <BuildMacro Include="PythonDir">
      <Value>$(PythonDir)</Value>
    </BuildMacro>
    <BuildMacro Include="PythonDirX64">
      <Value>$(PythonDirX64)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>