[Mono-dev] [PATCH] Add mixed-mode assembly support on Windows
Robert Jordan
robertj at gmx.net
Sun Apr 20 15:43:09 EDT 2008
Hi Kornél,
Kornél Pál wrote:
> Now I consider the patch being complete for inclusion in Mono. But I
> still didn't manage to build it using cygwin so I need some help.
"mini" functions cannot be called from metadata/coree.c.
The VC build does not care because it's one huge compilation unit,
but the automake build consists of several compilation units (libs).
You should split coree.c in 2 parts: the _Cor*/Cor* functions
inside the "mini" tree and the rest in "metadata".
This will fix the cygwin build.
Robert
More information about the Mono-devel-list
mailing list