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
path: root/msvc
diff options
context:
space:
mode:
authorJoão Matos <joao@tritao.eu>2015-02-10 18:14:16 +0300
committerJoão Matos <joao@tritao.eu>2015-02-10 18:14:16 +0300
commit325744cb851e97837e9a9fb0ab63a53c8358f658 (patch)
treed87c0bb4dd971cea99c03cdf09fd1464787e906d /msvc
parent9b9b96980bd33909dedab73e92dc78c71b3b85a7 (diff)
[build] Fixed the MSVC build.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoruntime.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/libmonoruntime.vcxproj b/msvc/libmonoruntime.vcxproj
index 23c1aae0c6d..16fa0a7a42a 100644
--- a/msvc/libmonoruntime.vcxproj
+++ b/msvc/libmonoruntime.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug_SGen|Win32">
@@ -46,7 +46,7 @@
<ClCompile Include="..\mono\metadata\coree.c" />
<ClCompile Include="..\mono\metadata\debug-helpers.c" />
<ClCompile Include="..\mono\metadata\debug-mono-symfile.c" />
- <ClCompile Include="..\mono\metadata\decimal.c" />
+ <ClCompile Include="..\mono\metadata\decimal-ms.c" />
<ClCompile Include="..\mono\metadata\domain.c" />
<ClCompile Include="..\mono\metadata\environment.c" />
<ClCompile Include="..\mono\metadata\exception.c" />