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:
authorlateralusX <lateralusx.github@gmail.com>2019-05-09 19:33:00 +0300
committerlateralusX <lateralusx.github@gmail.com>2019-05-09 19:33:00 +0300
commit2a703e72ff9001c9c872f1629ce0842e061a1c8a (patch)
treebde2f616360779c763fe8d53c2991bab3f979d43 /msvc/libmonoutils-win32.targets.filters
parent8928ed6fd89d03c26d3428cf390c1f5384e8686f (diff)
Add log profiler support to Mono MSVC build.
Several fixes to the log profiler in order to work on Windows. * Add new dynamic library project to build log profiler on Windows MSVC. * Fix dependecy between log profiler and Mono. * Rewrite command pipe logic on Windows since it's not supported to select on both sockets and pipes. * Several additional socket fixes needed for log profiler to work on Windows.
Diffstat (limited to 'msvc/libmonoutils-win32.targets.filters')
-rw-r--r--msvc/libmonoutils-win32.targets.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/libmonoutils-win32.targets.filters b/msvc/libmonoutils-win32.targets.filters
index 122e39eedaf..eab5c88e8a4 100644
--- a/msvc/libmonoutils-win32.targets.filters
+++ b/msvc/libmonoutils-win32.targets.filters
@@ -7,6 +7,9 @@
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-os-wait-win32.c">
<Filter>Source Files$(MonoUtilsFilterSubFolder)\win32</Filter>
</ClCompile>
+ <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-os-semaphore-win32.c">
+ <Filter>Source Files$(MonoUtilsFilterSubFolder)\win32</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files$(MonoUtilsFilterSubFolder)\win32">