From: monojenkins Date: Tue, 29 Mar 2016 16:31:13 +0000 (+0100) Subject: Merge pull request #2794 from xmcclure/win-aot-basic X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=9bfe20cb4e3bbaed28b883beee0e9f6fe2136b2e Merge pull request #2794 from xmcclure/win-aot-basic Make AOT compilation on 64 bit windows produce executables This PR contains three commits (see commit descriptions) which: - Fix 64-bit debug windows builds in MSVC 2015 - Make it possible to use the tool-prefix aot option with mono/mini make fullaotcheck (necessary if you are in cygwin and wish to invoke `x86_64-w64-mingw32-gcc`) - Change mini so that `--aot=full` successfully emits 64-bit windows executables. Building 32 bit executables will generally fail because we do not follow cdecl. The 64 bit executables do not run properly when executed. --- 9bfe20cb4e3bbaed28b883beee0e9f6fe2136b2e