Skip to content

Commit

Permalink
[runtime] Fixed the MSVC build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Oct 6, 2015
1 parent 4fd923b commit 020a7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions msvc/libmono.vcxproj
Expand Up @@ -38,6 +38,7 @@
<ItemGroup>
<ClCompile Include="..\mono\metadata\remoting.c" />
<ClCompile Include="..\mono\mini\alias-analysis.c" />
<ClCompile Include="..\mono\mini\arch-stubs.c" />
<ClCompile Include="..\mono\mini\exceptions-amd64.c">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">true</ExcludedFromBuild>
Expand Down
1 change: 1 addition & 0 deletions msvc/libmonoruntime.vcxproj
Expand Up @@ -99,6 +99,7 @@
<ClCompile Include="..\mono\sgen\sgen-debug.c" />
<ClCompile Include="..\mono\sgen\sgen-descriptor.c" />
<ClCompile Include="..\mono\sgen\sgen-gc.c" />
<ClCompile Include="..\mono\sgen\sgen-gchandles.c" />
<ClCompile Include="..\mono\sgen\sgen-gray.c" />
<ClCompile Include="..\mono\sgen\sgen-hash-table.c" />
<ClCompile Include="..\mono\sgen\sgen-internal.c" />
Expand Down

0 comments on commit 020a7c6

Please sign in to comment.