Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-02-03 21:35:25 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-02-03 21:40:03 +0300
commit0b2a537abf74216b02657b2992d6c916464a742d (patch)
treec54c1ac85d60ff6d1fff7d6924986311d51d99a8 /msvc
parent38a2f62b2f5d7690205bc703ccd9b40e8a3dfb99 (diff)
Fix Windows build
It was broken by c731686feb3a5d2681d9bf19b2e5c8c2ad35825c
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoruntime.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index e33dd96ad4b..23c1aae0c6d 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -122,6 +122,7 @@
<ClCompile Include="..\mono\metadata\string-icalls.c" />
<ClCompile Include="..\mono\metadata\sysmath.c" />
<ClCompile Include="..\mono\metadata\threadpool.c" />
+ <ClCompile Include="..\mono\metadata\tpool-poll.c" />
<ClCompile Include="..\mono\metadata\threads.c" />
<ClCompile Include="..\mono\metadata\verify.c" />
<ClCompile Include="..\mono\mini\mini-cross-helpers.c" />