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:
authorZoltan Varga <vargaz@gmail.com>2015-01-10 16:18:25 +0300
committerZoltan Varga <vargaz@gmail.com>2015-01-10 16:18:25 +0300
commitedbde3b6be1c1dfd9675a456c61f084c38f744a4 (patch)
treed709b07e223800a60ee425a09336f35a0c063742 /msvc
parent6202a690ad14694ed74cdc990215e7dc2944da18 (diff)
Fix the windows 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 6e8c2d57a49..e33dd96ad4b 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">
@@ -87,7 +87,7 @@
<ClCompile Include="..\mono\metadata\runtime.c" />
<ClCompile Include="..\mono\metadata\security-core-clr.c" />
<ClCompile Include="..\mono\metadata\security-manager.c" />
- <ClCompile Include="..\mono\metadata\security.c" />
+ <ClCompile Include="..\mono\metadata\mono-security.c" />
<ClCompile Include="..\mono\metadata\sgen-alloc.c" />
<ClCompile Include="..\mono\metadata\sgen-bridge.c" />
<ClCompile Include="..\mono\metadata\sgen-cardtable.c" />