summaryrefslogtreecommitdiff
path: root/build/win32/vs9/pango-gengir.vsprops
blob: 4ce81e457982f9b7f4706e16c0041eb964a13842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pangogengirprops"
	InheritedPropertySheets=".\pango-build-defines.vsprops"
	>
	<UserMacro
		Name="DoGenGir"
		Value="
set VSVER=$(VSVer)&#x0D;&#x0A;
set CONF=$(ConfigurationName)&#x0D;&#x0A;
set PLAT=$(PlatformName)&#x0D;&#x0A;
set BASEDIR=$(GlibEtcInstallRoot)&#x0D;&#x0A;

cd ..&#x0D;&#x0A;
call gengir_pango.bat&#x0D;&#x0A;
cd vs$(VSVer)&#x0D;&#x0A;
			  "
	/>
</VisualStudioPropertySheet>