6abbcdc7ea76bc3b7306389995e4d8be36dcdfc0
[platform/upstream/atk.git] / win32 / vs10 / atk-gen-src.props
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ImportGroup Label="PropertySheets">
4     <Import Project="atk-build-defines.props" />
5   </ImportGroup>
6   <PropertyGroup Label="UserMacros">
7     <GenConfigH>if not exist ..\..\config.h copy ..\..\config.h.win32 ..\..\config.h</GenConfigH>
8     <GenMarshalSrc>
9 cd ..\..\atk
10
11 $(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --header &gt; atkmarshal.h
12
13 $(GLibEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal atkmarshal.list --body &gt; atkmarshal.c
14
15 cd $(SolutionDir)
16     </GenMarshalSrc>
17   </PropertyGroup>
18   <PropertyGroup>
19     <_PropertySheetDisplayName>atkgensrcprops</_PropertySheetDisplayName>
20   </PropertyGroup>
21   <ItemGroup>
22     <BuildMacro Include="GenConfigH">
23       <Value>$(GenConfigH)</Value>
24     </BuildMacro>
25     <BuildMacro Include="GenMarshalSrc">
26       <Value>$(GenMarshalSrc)</Value>
27     </BuildMacro>
28   </ItemGroup>
29 </Project>