From: Niklas Therning Date: Tue, 20 Dec 2016 10:04:14 +0000 (+0100) Subject: Fix broken Windows build due to missing mini-exceptions-native-unwinder.c X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=c28deafe6c15f0730c4abdcbcb9a15d40f1c2fda;p=mono.git Fix broken Windows build due to missing mini-exceptions-native-unwinder.c 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. --- diff --git a/msvc/libmono-static.vcxproj b/msvc/libmono-static.vcxproj index 815da6df080..43104889b02 100644 --- a/msvc/libmono-static.vcxproj +++ b/msvc/libmono-static.vcxproj @@ -97,7 +97,6 @@ - true