Revert "Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_1...
[platform/upstream/atk.git] / build / win32 / vs10 / atk-install.propsin
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     <BinDir>$(SolutionDir)$(Configuration)\$(Platform)\bin</BinDir>
8     <InstalledDlls>$(BinDir)\$(AtkDllPrefix)atk(AtkDllSuffix).dll</InstalledDlls>
9     <AtkDoInstall>
10 mkdir $(CopyDir)\bin
11
12 copy $(BinDir)\$(AtkDllPrefix)atk$(AtkDllSuffix).dll $(CopyDir)\bin
13 copy $(BinDir)\$(AtkDllPrefix)atk$(AtkDllSuffix).pdb $(CopyDir)\bin
14
15 mkdir $(CopyDir)\lib
16 copy $(BinDir)\atk-$(ApiVersion).lib $(CopyDir)\lib
17
18 mkdir $(CopyDir)\include\atk-$(ApiVersion)\atk
19
20 #include "atk.vs10instfiles"
21     </AtkDoInstall>
22   </PropertyGroup>
23   <ItemGroup>
24     <BuildMacro Include="BinDir">
25       <Value>$(BinDir)</Value>
26     </BuildMacro>
27     <BuildMacro Include="InstalledDlls">
28       <Value>$(InstalledDlls)</Value>
29     </BuildMacro>
30     <BuildMacro Include="AtkDoInstall">
31       <Value>$(AtkDoInstall)</Value>
32     </BuildMacro>
33   </ItemGroup>
34 </Project>