summaryrefslogtreecommitdiff
path: root/win32/vs9/atk-gen-src.vsprops
blob: 7e39862e576c2a6ee52614a37eb91c1db45b9ea9 (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="atkgensrcprops"
	InheritedPropertySheets=".\atk-build-defines.vsprops"
	>
	<UserMacro
		Name="GenConfigH"
		Value="if not exist ..\..\config.h copy ..\..\config.h.win32 ..\..\config.h"
	/>
	<UserMacro
		Name="GenMarshalSrc"
		Value="
cd ..\..\atk&#x0D;&#x0A;
$(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --header &gt; atkmarshal.h&#x0D;&#x0A;
$(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --body &gt; atkmarshal.c&#x0D;&#x0A;
cd $(SolutionDir)&#x0D;&#x0A;
		      "
	/>
</VisualStudioPropertySheet>