summaryrefslogtreecommitdiff
path: root/clr.props
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 /clr.props
parent0f2a67147b8e901ee5d68fdc5f424624e0c421e9 (diff)
downloadcoreclr-15a6b938357115e3b559927b70efe1a20db11234.tar.gz
coreclr-15a6b938357115e3b559927b70efe1a20db11234.tar.bz2
coreclr-15a6b938357115e3b559927b70efe1a20db11234.zip
Delete mdil support from coreclr
[tfs-changeset: 1573006]
Diffstat (limited to 'clr.props')
-rw-r--r--clr.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/clr.props b/clr.props
index 03d11c3d8b..7a3b3bd26a 100644
--- a/clr.props
+++ b/clr.props
@@ -145,8 +145,6 @@
<FeatureVersioningLog>false</FeatureVersioningLog>
<FeatureNativeImageGeneration>true</FeatureNativeImageGeneration>
<FeatureReadyToRunCompiler Condition="'$(FeatureReadyToRun)' == 'true'">true</FeatureReadyToRunCompiler>
- <!-- Turn on MDIL generation support in crossgen for phone -->
- <MDILGenerator Condition="'$(BuildForCoreSystem)' == 'true' and '$(TargetArch)'=='arm'">true</MDILGenerator>
<!-- Link crossgen with static CRT to make it standalone .exe -->
<LinkUseCMT>true</LinkUseCMT>
<UseMsvcrt>false</UseMsvcrt>