summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-gen-srcs.vsprops
blob: b3a68eb634f233b5d59fed46aeb9896ec4cefd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="gigensrcsprops"
	InheritedPropertySheets=".\gi-extra-paths.vsprops"
	>
	<UserMacro
		Name="CopyConfigH"
		Value="
copy ..\..\..\config.h.win32 ..\..\..\config.h
			  "
	/>
	<UserMacro
		Name="GenToolsScripts"
		Value="$(PythonDir)\python ..\..\..\build\gen-win32-g-ir-tools.py"
	/>
	<UserMacro
		Name="GenToolsScriptsX64"
		Value="$(PythonDirX64)\python ..\..\..\build\gen-win32-g-ir-tools.py"
	/>
</VisualStudioPropertySheet>