summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-extra-paths.vsprops
blob: ba7c4a6e7e10499a9e0f6d1cd208acb9532c53ae (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 needs to point to a 32-bit/x86 Python 2.7/3.3+ installation -->
	<UserMacro
		Name="PythonDir"
		Value="c:\\python27"
	/>
	<!-- PythonDirX64 needs to point to an x86-64/x64 Python 2.7/3.3+ installation -->
	<UserMacro
		Name="PythonDirX64"
		Value="$(PythonDir).x64"
	/>
</VisualStudioPropertySheet>