summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-extra-paths.vsprops
blob: 83c1d4167417da07d27f3d32ea04cc6d5545e974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="giextrapaths"
	InheritedPropertySheets=".\gi-build-defines.vsprops"
	>
	<!-- PythonDir currently needs to point to a 32-bit/x86 Python 2.6/2.7 installation -->
	<UserMacro
		Name="PythonDir"
		Value="c:\\python27"
	/>
	<!-- PythonDirX64 currently needs to point to a x86-64/x64 Python 2.6/2.7 installation -->
	<UserMacro
		Name="PythonDirX64"
		Value="c:\\python27.x64"
	/>
</VisualStudioPropertySheet>