summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-06 00:10:40 -0800
committerJan Kotas <jkotas@microsoft.com>2016-02-06 00:10:40 -0800
commit15a6b938357115e3b559927b70efe1a20db11234 (patch)
tree6ecee4f2603bf2d103a7899983aa53447c840094 /src/tools
parent0f2a67147b8e901ee5d68fdc5f424624e0c421e9 (diff)
downloadcoreclr-15a6b938357115e3b559927b70efe1a20db11234.tar.gz
coreclr-15a6b938357115e3b559927b70efe1a20db11234.tar.bz2
coreclr-15a6b938357115e3b559927b70efe1a20db11234.zip
Delete mdil support from coreclr
[tfs-changeset: 1573006]
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/crossgen/crossgen.nativeproj6
-rw-r--r--src/tools/dirs.proj2
2 files changed, 1 insertions, 7 deletions
diff --git a/src/tools/crossgen/crossgen.nativeproj b/src/tools/crossgen/crossgen.nativeproj
index ed49920006..28e4741f4d 100644
--- a/src/tools/crossgen/crossgen.nativeproj
+++ b/src/tools/crossgen/crossgen.nativeproj
@@ -42,15 +42,11 @@
</TargetLib>
<!-- We build RyuJIT only for amd64 and arm64, and use JIT32 for ARM and x86 -->
- <TargetLib Condition="'$(MDILGenerator)' != 'true'" Include="$(ClrLibPath)\jit_crossgen.lib">
+ <TargetLib Include="$(ClrLibPath)\jit_crossgen.lib">
<ProjectReference Condition="'$(_BuildArch)' == 'amd64' or '$(_BuildArch)' == 'arm64'">$(ClrSrcDirectory)jit\crossgen\jit_crossgen.nativeproj</ProjectReference>
<ProjectReference Condition="'$(_BuildArch)' != 'amd64' and '$(_BuildArch)' != 'arm64'">$(ClrSrcDirectory)jit32\crossgen\jit_crossgen.nativeproj</ProjectReference>
</TargetLib>
- <TargetLib Condition="'$(MDILGenerator)' == 'true'" Include="$(ClrLibPath)\jitmdil_crossgen.lib">
- <ProjectReference>$(ClrSrcDirectory)jitmdil\crossgen\jit_crossgen.nativeproj</ProjectReference>
- </TargetLib>
-
<TargetLib Include="$(ClrLibPath)\gcinfo_crossgen.lib">
<ProjectReference>$(ClrSrcDirectory)gcinfo\crossgen\gcinfo_crossgen.nativeproj</ProjectReference>
</TargetLib>
diff --git a/src/tools/dirs.proj b/src/tools/dirs.proj
index 7cfd87c248..5f21b67fe9 100644
--- a/src/tools/dirs.proj
+++ b/src/tools/dirs.proj
@@ -68,8 +68,6 @@
<ProjectFile Condition="'$(BuildArchitecture)' != 'arm' and '$(BuildArchitecture)' != 'arm64' and '$(BuildProjectName)' != 'CoreSys'" Include="ildbsymbols\ildbsymbols.nativeproj" />
<ProjectFile Include="coregen\coregen.nativeproj" />
<ProjectFile Include="nidump\nidump.nativeproj" Condition="!('$(BuildProjectName)' == 'CoreSys' and ('$(BuildArchitecture)' == 'arm' or '$(BuildArchitecture)' == 'arm64'))"/>
- <ProjectFile Include="MDILBind\dirs.proj" Condition="'$(BuildArchitecture)' == 'arm'" />
- <ProjectFile Include="mdilxapcompile\mdilxapcompile.csproj" />
<ProjectFile Include="crossgen\crossgen.nativeproj" />
<ProjectFile Include="spawnnowow\spawnnowow.nativeproj" Condition="('$(BuildArchitecture)' == 'i386' or '$(BuildArchitecture)' == 'amd64' or '$(BuildArchitecture)' == 'ia64') and '$(BuildProjectName)' != 'CoreSys'" />
<ProjectFile Condition="'$(BuildProjectName)' == 'CoreSys'" Include="winphoneintegrate\winphoneintegrate.csproj" />