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 <jay.krell@cornell.edu>2018-09-27 09:17:28 +0300
committerGitHub <noreply@github.com>2018-09-27 09:17:28 +0300
commita242681d04e1eaf81fde69663b9a6a7628b7d0df (patch)
tree62711caf3d9c2691a46b4830874abf2d11cf9441 /msvc/libmonoutils-common.targets
parentd9662132252c8de782983572e70024446e97f1da (diff)
Assume C99 signbit is always present, and link to it via C like the rest of mono-math.h. (#10830)
MONO_API here was dubious, as all systems have it, except Visual C++ was configured away. In Visual C++, it is in ucrt, so present in 2015 also. More information in nearby comments.
Diffstat (limited to 'msvc/libmonoutils-common.targets')
-rw-r--r--msvc/libmonoutils-common.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/msvc/libmonoutils-common.targets b/msvc/libmonoutils-common.targets
index 2632d9a247d..2eb48eec807 100644
--- a/msvc/libmonoutils-common.targets
+++ b/msvc/libmonoutils-common.targets
@@ -44,7 +44,6 @@
<ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-io-portability.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\monobitset.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-filemap.c" />
- <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-math.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-math-c.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-mmap.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-mmap-windows.c" />