summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-gen-srcs.vsprops
blob: d2d5ddbbc3d931b77d000dca4d048e3452644902 (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
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="gigensrcsprops"
	InheritedPropertySheets=".\gi-build-defines.vsprops"
	>
	<UserMacro
		Name="CopyConfigH"
		Value="
copy ..\..\..\config.h.win32 ..\..\..\config.h
			  "
	/>
	<UserMacro
		Name="CopyGIRScanner"
		Value="
copy ..\..\..\tools\g-ir-scanner.in ..\..\..\tools\g-ir-scanner
			  "
	/>
	<UserMacro
		Name="CopyGIRDocTool"
		Value="
copy ..\..\..\tools\g-ir-doc-tool.in ..\..\..\tools\g-ir-doc-tool
			  "
	/>
	<UserMacro
		Name="CopyGIRAnnotationTool"
		Value="
copy ..\..\..\tools\g-ir-annotation-tool.in ..\..\..\tools\g-ir-annotation-tool
		      "
	/>
</VisualStudioPropertySheet>