summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-version-paths.vsprops
blob: 5cde3304fb98a1a727056c8cfe1bdca7997c84c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="giversionpaths"
	>
	<UserMacro
		Name="VSVer"
		Value="9"
	/>
	<UserMacro
		Name="GlibEtcInstallRoot"
		Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
	/>
	<UserMacro
		Name="CopyDir"
		Value="$(GlibEtcInstallRoot)"
	/>
	<!-- 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"
	/>
	<UserMacro
		Name="IntrospectPythonParam"
		Value="PYTHON=$(PythonDir)\python.exe"
	/>
	<UserMacro
		Name="IntrospectPythonParamX64"
		Value="PYTHON=$(PythonDirX64)\python.exe"
	/>
	<UserMacro
		Name="BASE_GI_DIR"
		Value="$(SolutionDir)\..\..\.."
	/>
	<UserMacro
		Name="ApiVersion"
		Value="1.0"
	/>
	<UserMacro
		Name="LibGILibtoolCompatibleDllPrefix"
		Value="lib"
	/>
	<UserMacro
		Name="LibGILibtoolCompatibleDllSuffix"
		Value="-$(ApiVersion)-0"
	/>
	<UserMacro
		Name="LibGISeparateVSDllPrefix"
		Value=""
	/>
	<UserMacro
		Name="LibGISeparateVSDllSuffix"
		Value="-1-vs$(VSVer)"
	/>
	<!-- Change these two to LibGILibtoolCompatibleDllPrefix and
	LibGILibtoolCompatibleDllSuffix if that is what you want -->
	<UserMacro
		Name="LibGIDllPrefix"
		Value="$(LibGISeparateVSDllPrefix)"
	/>
	<UserMacro
		Name="LibGIDllSuffix"
		Value="$(LibGISeparateVSDllSuffix)"
	/>
</VisualStudioPropertySheet>