summaryrefslogtreecommitdiff
path: root/src/unwinder
diff options
context:
space:
mode:
authorRobert <matekm@gmail.com>2016-12-26 19:25:24 +0000
committerJan Kotas <jkotas@microsoft.com>2016-12-26 11:25:24 -0800
commitee6f9795615bf21936a4c443e312fee03d5db0bf (patch)
treeaf5504abc85f2304a6d50dfa0e566e4bd9ed70f8 /src/unwinder
parent94502643d53d5ded7542d9ed883a45be06fdf6e7 (diff)
downloadcoreclr-ee6f9795615bf21936a4c443e312fee03d5db0bf.tar.gz
coreclr-ee6f9795615bf21936a4c443e312fee03d5db0bf.tar.bz2
coreclr-ee6f9795615bf21936a4c443e312fee03d5db0bf.zip
Remove files related to legacy build system (#8723)
Diffstat (limited to 'src/unwinder')
-rw-r--r--src/unwinder/dac/dirs.proj18
-rw-r--r--src/unwinder/dac/hostlocal/unwinder_dac.nativeproj13
-rw-r--r--src/unwinder/dac/hostwinamd64/unwinder_dac.nativeproj15
-rw-r--r--src/unwinder/dac/hostwinx86/unwinder_dac.nativeproj15
-rw-r--r--src/unwinder/dirs.proj19
-rw-r--r--src/unwinder/unwinder.targets60
6 files changed, 0 insertions, 140 deletions
diff --git a/src/unwinder/dac/dirs.proj b/src/unwinder/dac/dirs.proj
deleted file mode 100644
index 77738732ed..0000000000
--- a/src/unwinder/dac/dirs.proj
+++ /dev/null
@@ -1,18 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
-
- <PropertyGroup>
- <BuildInPhase1>true</BuildInPhase1>
- <BuildInPhaseDefault>false</BuildInPhaseDefault>
- <BuildCoreBinaries>true</BuildCoreBinaries>
- <BuildSysBinaries>true</BuildSysBinaries>
- </PropertyGroup>
-
- <!--The following projects will build during PHASE 1-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1'">
- <ProjectFile Include="hostlocal\unwinder_dac.nativeproj" />
- </ItemGroup>
-
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>
diff --git a/src/unwinder/dac/hostlocal/unwinder_dac.nativeproj b/src/unwinder/dac/hostlocal/unwinder_dac.nativeproj
deleted file mode 100644
index 3b562e07f9..0000000000
--- a/src/unwinder/dac/hostlocal/unwinder_dac.nativeproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <PropertyGroup>
- <BuildCoreBinaries>true</BuildCoreBinaries>
- <BuildSysBinaries>true</BuildSysBinaries>
- <OutputName>unwinder_dac</OutputName>
- </PropertyGroup>
-
- <!-- compile items -->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\unwinder\unwinder.targets" />
-
-</Project>
diff --git a/src/unwinder/dac/hostwinamd64/unwinder_dac.nativeproj b/src/unwinder/dac/hostwinamd64/unwinder_dac.nativeproj
deleted file mode 100644
index e0dff469a4..0000000000
--- a/src/unwinder/dac/hostwinamd64/unwinder_dac.nativeproj
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <!-- xplat Windows host, local target DAC build -->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetTargetLocal.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetHostWinAMD64.props" />
- <PropertyGroup>
- <BuildSysBinaries>true</BuildSysBinaries>
- <OutputName>unwinder_dac_amd64</OutputName>
- </PropertyGroup>
-
- <!-- compile items -->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\unwinder\unwinder.targets" />
-
-</Project>
diff --git a/src/unwinder/dac/hostwinx86/unwinder_dac.nativeproj b/src/unwinder/dac/hostwinx86/unwinder_dac.nativeproj
deleted file mode 100644
index a3538c3383..0000000000
--- a/src/unwinder/dac/hostwinx86/unwinder_dac.nativeproj
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <!-- xplat win32 host, local target DAC build -->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetTargetLocal.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetHostWinx86.props" />
- <PropertyGroup>
- <BuildSysBinaries>true</BuildSysBinaries>
- <OutputName>unwinder_dac_x86</OutputName>
- </PropertyGroup>
-
- <!-- compile items -->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\unwinder\unwinder.targets" />
-
-</Project>
diff --git a/src/unwinder/dirs.proj b/src/unwinder/dirs.proj
deleted file mode 100644
index 8b511971e3..0000000000
--- a/src/unwinder/dirs.proj
+++ /dev/null
@@ -1,19 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
-
- <PropertyGroup>
- <BuildInPhase1>true</BuildInPhase1>
- <BuildInPhaseDefault>false</BuildInPhaseDefault>
- <BuildCoreBinaries>true</BuildCoreBinaries>
- <BuildSysBinaries>true</BuildSysBinaries>
- </PropertyGroup>
-
- <!--The following projects will build during PHASE 1-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1'">
- <ProjectFile Include="dac\dirs.proj" />
- </ItemGroup>
-
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>
diff --git a/src/unwinder/unwinder.targets b/src/unwinder/unwinder.targets
deleted file mode 100644
index 18cd2bfa7c..0000000000
--- a/src/unwinder/unwinder.targets
+++ /dev/null
@@ -1,60 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <!--Import the settings-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\dac.props" />
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\debug\SetDebugTargetLocal.props" />
- <!--Leaf project Properties-->
- <PropertyGroup>
- <UseStl Condition="'$(BuildForCoreSystem)' != 'true'">true</UseStl>
-
- <UserIncludes>
- $(UserIncludes);
- $(ClrSrcDirectory)\unwinder;
- $(ClrSrcDirectory)\debug\daccess;
- $(ClrSrcDirectory)\vm;
- $(ClrSrcDirectory)\vm\$(TargetCpu);
- $(ClrSrcDirectory)\debug\inc;
- $(ClrSrcDirectory)\debug\inc\$(TargetCpu);
- $(ClrSrcDirectory)\debug\inc\dump;
- $(ClrSrcDirectory)\debug\ee;
- $(ClrSrcDirectory)\inc;
- $(VCToolsIncPath);
- </UserIncludes>
-
- <CDefines>$(CDefines);UNICODE;_UNICODE;$(USER_SPECIFIC_C_DEFINES);FEATURE_NO_HOST</CDefines>
-
- <OutputName Condition="'$(OutputName)' == ''">unwinder_dac</OutputName>
- <OutputPath>$(ClrLibDest)</OutputPath>
- <TargetType>LIBRARY</TargetType>
- <PCHHeader>stdafx.h</PCHHeader>
- <EnableCxxPCHHeaders>true</EnableCxxPCHHeaders>
- <PCHCompile>$(ClrSrcDirectory)\unwinder\stdafx.cpp</PCHCompile>
-
- <UnwinderSourcesDir>$(ClrSrcDirectory)\unwinder</UnwinderSourcesDir>
- <Amd64SourcesDir>$(ClrSrcDirectory)\unwinder\amd64</Amd64SourcesDir>
- <ArmSourcesDir>$(ClrSrcDirectory)\unwinder\arm</ArmSourcesDir>
- <Arm64SourcesDir>$(ClrSrcDirectory)\unwinder\arm64</Arm64SourcesDir>
- </PropertyGroup>
-
- <ItemGroup>
- <CppCompile Include="$(UnwinderSourcesDir)\unwinder.cpp" />
- </ItemGroup>
-
- <!-- AMD64_SOURCES -->
- <ItemGroup Condition="'$(TargetArch)' == 'amd64'">
- <CppCompile Include="$(Amd64SourcesDir)\unwinder_amd64.cpp" />
- </ItemGroup>
- <!-- ARM_SOURCES -->
- <ItemGroup Condition="'$(TargetArch)' == 'arm'">
- <CppCompile Include="$(ArmSourcesDir)\unwinder_arm.cpp" />
- </ItemGroup>
- <!-- ARM64_SOURCES -->
- <ItemGroup Condition="'$(TargetArch)' == 'arm64'">
- <CppCompile Include="$(Arm64SourcesDir)\unwinder_arm64.cpp" />
- </ItemGroup>
-
- <Import Project="$(Clrbase)\clr.targets" />
-
-</Project>
-