On 03/31/07 [EMAIL PROTECTED] wrote:
> The problem of AOT is that it only generates .so (or .dll on Win32 platform I
> guess). Nevertheless, XBOX executable format, .xex, has to go through their
> special compilator. So, no other way that I know than getting C++ code to
> compile.

Don't they provide some tool to create an executable from assembly code?
If that is possible you could tweak the code to use that.
Or, if the file format is documented or easy to understand, you could
change the binary writer AOT code to emit it directly.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to