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:
authorJay Krell <jaykrell@microsoft.com>2019-08-24 10:52:30 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-24 10:52:30 +0300
commitab6a09741d1017800ecc2d1688562f68547d7834 (patch)
tree041cf74853a73ec61a1a56395099609b850d3610 /msvc/libmonoutils-common.targets
parent3a409e8a7fb37770dd0699483a47e244f32c8605 (diff)
Remove dlmalloc from Win32. (#15773)
Diffstat (limited to 'msvc/libmonoutils-common.targets')
-rw-r--r--msvc/libmonoutils-common.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/msvc/libmonoutils-common.targets b/msvc/libmonoutils-common.targets
index 71d1e7a65d7..61dbc4f7c8b 100644
--- a/msvc/libmonoutils-common.targets
+++ b/msvc/libmonoutils-common.targets
@@ -9,8 +9,6 @@
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-logger.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-logger-internals.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-codeman.c" />
- <ClCompile Include="$(MonoSourceLocation)\mono\utils\dlmalloc.c" />
- <ClInclude Include="$(MonoSourceLocation)\mono\utils\dlmalloc.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-counters.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-compiler.h" />
<ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-complex.h" />