summaryrefslogtreecommitdiff
path: root/src/vm/wks
diff options
context:
space:
mode:
authorJohn Chen (CLR) <jochen@microsoft.com>2016-04-25 01:55:00 -0700
committerJohnChen0 <jochen@microsoft.com>2016-04-30 22:44:50 -0700
commit9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5 (patch)
tree72605919515280930e2f40b6dca7a9521cac3559 /src/vm/wks
parentae0b815a0483ebdc861da14d41f3f4c10d3a477a (diff)
downloadcoreclr-9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5.tar.gz
coreclr-9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5.tar.bz2
coreclr-9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5.zip
Support generic methods without generic dictionary
Diffstat (limited to 'src/vm/wks')
-rw-r--r--src/vm/wks/wks.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/wks/wks.targets b/src/vm/wks/wks.targets
index 6a269537ca..b9f57e882e 100644
--- a/src/vm/wks/wks.targets
+++ b/src/vm/wks/wks.targets
@@ -226,6 +226,7 @@
<CppCompile Include="$(VmSourcesDir)\validator.cpp" Condition="'$(FeatureCoreclr)' != 'true'"/>
<CppCompile Include="$(VmSourcesDir)\vars.cpp" />
<CppCompile Include="$(VmSourcesDir)\verifier.cpp" />
+ <CppCompile Include="$(VmSourcesDir)\versionresilienthashcode.cpp" />
<CppCompile Include="$(VmSourcesDir)\VirtualCallStub.cpp" />
<CppCompile Include="$(VmSourcesDir)\WeakReferenceNative.cpp" />
<CppCompile Include="$(VmSourcesDir)\Win32Threadpool.cpp" />