summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-extra-paths.vsprops
blob: 4658fc21667223e65d949af8a068725dfa840d55 (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 an x86-64/x64 Python 2.6/2.7 installation -->
	<UserMacro
		Name="PythonDirX64"
		Value="c:\\python27.x64"
	/>
</VisualStudioPropertySheet>