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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-08-28 21:36:33 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-08-28 21:36:33 +0300
commitf0966dcd91a5c1bbdfddd90dba48826e1bc24773 (patch)
tree9f2ee85855d4cb1fb3c06f67f3183309faa5ba97 /msvc/libmonoruntime-common.targets
parentbd5cfc830b8a29ae56fbea5420bc58194f031ca5 (diff)
[metadata] Remove sysmath.h from Makefile.am
It was removed in c16ff9ab235abef10213f49dceb5251c7d8f6efd.
Diffstat (limited to 'msvc/libmonoruntime-common.targets')
-rw-r--r--msvc/libmonoruntime-common.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/msvc/libmonoruntime-common.targets b/msvc/libmonoruntime-common.targets
index e2dcb05e2c3..8914e527970 100644
--- a/msvc/libmonoruntime-common.targets
+++ b/msvc/libmonoruntime-common.targets
@@ -124,7 +124,6 @@
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\security-manager.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\string-icalls.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\string-icalls.h" />
- <ClInclude Include="$(MonoSourceLocation)\mono\metadata\sysmath.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\sysmath.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\tabledefs.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\threads.c" />