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:
authorJo Shields <jo.shields@xamarin.com>2014-11-21 13:42:55 +0300
committerJo Shields <jo.shields@xamarin.com>2014-11-21 13:42:55 +0300
commitab61b5c7ad106187b00be32bc356e2e197467745 (patch)
tree903779a55012c038e40beb2eef0100d6c43ba8dd /msvc
parent0279e7dc28c2d25ebe2fb87289b78c891ff84a15 (diff)
[msvc] Add missing sgen source files to libmonoruntime.vcxproj
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoruntime.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index c65a603ff9f..cc68a310147 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -109,7 +109,9 @@
<ClCompile Include="..\mono\metadata\sgen-os-win32.c" />
<ClCompile Include="..\mono\metadata\sgen-pinning-stats.c" />
<ClCompile Include="..\mono\metadata\sgen-pinning.c" />
+ <ClCompile Include="..\mono\metadata\sgen-pointer-queue.c" />
<ClCompile Include="..\mono\metadata\sgen-protocol.c" />
+ <ClCompile Include="..\mono\metadata\sgen-qsort.c" />
<ClCompile Include="..\mono\metadata\sgen-simple-nursery.c" />
<ClCompile Include="..\mono\metadata\sgen-split-nursery.c" />
<ClCompile Include="..\mono\metadata\sgen-tarjan-bridge.c" />