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
diff options
context:
space:
mode:
authortriton <joao@tritao.eu>2015-10-06 17:58:14 +0300
committertriton <joao@tritao.eu>2015-10-06 17:59:36 +0300
commit020a7c6844c73d667f3c64a545e4a1d7f4f65b27 (patch)
tree63acea03bb3ed447228f6e20298b809fb3c460af /msvc/libmonoruntime.vcxproj
parent4fd923b04bd71e245fedc880d5b845347ad16160 (diff)
[runtime] Fixed the MSVC build.
Diffstat (limited to 'msvc/libmonoruntime.vcxproj')
-rw-r--r--msvc/libmonoruntime.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 942da86574d..c2791b7f497 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -99,6 +99,7 @@
<ClCompile Include="..\mono\sgen\sgen-debug.c" />
<ClCompile Include="..\mono\sgen\sgen-descriptor.c" />
<ClCompile Include="..\mono\sgen\sgen-gc.c" />
+ <ClCompile Include="..\mono\sgen\sgen-gchandles.c" />
<ClCompile Include="..\mono\sgen\sgen-gray.c" />
<ClCompile Include="..\mono\sgen\sgen-hash-table.c" />
<ClCompile Include="..\mono\sgen\sgen-internal.c" />