Fix broken Windows build due to missing mini-exceptions-native-unwinder.c
authorNiklas Therning <niklas@therning.org>
Tue, 20 Dec 2016 10:04:14 +0000 (11:04 +0100)
committerNiklas Therning <niklas@therning.org>
Tue, 20 Dec 2016 10:04:14 +0000 (11:04 +0100)
Commit 41272d634b5917f67c12fc4f7172d66242abe7d9 removed mono/mini/mini-
exceptions-native-unwinder.c from the source tree but didn't update msvc
/libmono-static.vcxproj accordingly causing the VS build to fail.

msvc/libmono-static.vcxproj

index 815da6df08057073d11bdcb5936545a001fccff7..43104889b029f65a80f0a4cf860aa817c0d0490a 100644 (file)
@@ -97,7 +97,6 @@
     <ClCompile Include="..\mono\mini\mini-codegen.c" />\r
     <ClCompile Include="..\mono\mini\mini-cross-helpers.c" />\r
     <ClCompile Include="..\mono\mini\mini-exceptions.c" />\r
-    <ClCompile Include="..\mono\mini\mini-exceptions-native-unwinder.c" />\r
     <ClCompile Include="..\mono\mini\mini-trampolines.c  " />\r
     <ClCompile Include="..\mono\mini\tramp-amd64.c">\r
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r