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:
authorLudovic Henry <ludovic@xamarin.com>2015-09-15 15:39:27 +0300
committerLudovic Henry <ludovic@xamarin.com>2015-09-24 13:17:12 +0300
commit2c29b8ae211451829543187d1964dfbf4fc42580 (patch)
treef52cdbc61f807903fe19a48e735d3e64b71ed1b9 /msvc/libmonoutils.vcxproj
parent4ea0fbbd4433d57e41e2327bbfd1ca214ee12f77 (diff)
[coop] Move syscall abort mechanism to dedicated files
Diffstat (limited to 'msvc/libmonoutils.vcxproj')
-rw-r--r--msvc/libmonoutils.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 599febb589a..615183c02df 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -63,8 +63,12 @@
<ClCompile Include="..\mono\utils\mono-stdlib.c" />
<ClCompile Include="..\mono\utils\mono-threads-mach.c" />
<ClCompile Include="..\mono\utils\mono-threads-posix.c" />
+ <ClCompile Include="..\mono\utils\mono-threads-posix-signals.c" />
<ClCompile Include="..\mono\utils\mono-threads-windows.c" />
<ClCompile Include="..\mono\utils\mono-threads.c" />
+ <ClCompile Include="..\mono\utils\mono-threads-posix-abort-syscall.c" />
+ <ClCompile Include="..\mono\utils\mono-threads-mach-abort-syscall.c" />
+ <ClCompile Include="..\mono\utils\mono-threads-windows-abort-syscall.c" />
<ClCompile Include="..\mono\utils\mono-time.c" />
<ClCompile Include="..\mono\utils\mono-tls.c" />
<ClCompile Include="..\mono\utils\mono-uri.c" />
@@ -129,6 +133,7 @@
<ClInclude Include="..\mono\utils\mono-stdlib.h" />
<ClInclude Include="..\mono\utils\mono-string.h" />
<ClInclude Include="..\mono\utils\mono-threads.h" />
+ <ClCompile Include="..\mono\utils\mono-threads-posix-signals.h" />
<ClInclude Include="..\mono\utils\mono-time.h" />
<ClInclude Include="..\mono\utils\mono-tls.h" />
<ClInclude Include="..\mono\utils\mono-uri.h" />