Merge branch 'upstream/2.30.0' into tizen
[platform/upstream/atk.git] / win32 / vs10 / atk-install.propsin
diff --git a/win32/vs10/atk-install.propsin b/win32/vs10/atk-install.propsin
deleted file mode 100644 (file)
index 6f71d14..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <ImportGroup Label="PropertySheets">
-    <Import Project="atk-build-defines.props" />
-  </ImportGroup>
-  <PropertyGroup Label="UserMacros">
-    <BinDir>$(SolutionDir)$(Configuration)\$(Platform)\bin</BinDir>
-    <InstalledDlls>$(BinDir)\$(AtkDllPrefix)atk(AtkDllSuffix).dll</InstalledDlls>
-    <AtkDoInstall>
-mkdir $(CopyDir)\bin
-
-copy $(BinDir)\$(AtkDllPrefix)atk$(AtkDllSuffix).dll $(CopyDir)\bin
-copy $(BinDir)\$(AtkDllPrefix)atk$(AtkDllSuffix).pdb $(CopyDir)\bin
-
-mkdir $(CopyDir)\lib
-copy $(BinDir)\atk-$(ApiVersion).lib $(CopyDir)\lib
-
-mkdir $(CopyDir)\include\atk-$(ApiVersion)\atk
-#include "atk.vs10.headers"
-
-mkdir $(CopyDir)\lib\pkgconfig
-copy ..\atk.pc $(CopyDir)\lib\pkgconfig
-    </AtkDoInstall>
-    <AtkGenPC>$(PythonDir)\python.exe ..\atkpc.py --prefix=$(CopyDir) --version=$(AtkMajorVersion).$(AtkMinorVersion).$(AtkMicroVersion)</AtkGenPC>
-    <AtkGenPCX64>$(PythonDirX64)\python.exe ..\atkpc.py --prefix=$(CopyDir) --version=$(AtkMajorVersion).$(AtkMinorVersion).$(AtkMicroVersion)</AtkGenPCX64>
-    <AtkPCFiles>..\atk.pc</AtkPCFiles>
-  </PropertyGroup>
-  <ItemGroup>
-    <BuildMacro Include="BinDir">
-      <Value>$(BinDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="InstalledDlls">
-      <Value>$(InstalledDlls)</Value>
-    </BuildMacro>
-    <BuildMacro Include="AtkDoInstall">
-      <Value>$(AtkDoInstall)</Value>
-    </BuildMacro>
-    <BuildMacro Include="AtkPCFiles">
-      <Value>$(AtkPCFiles)</Value>
-    </BuildMacro>
-  </ItemGroup>
-</Project>