[Mono-dev] mkbundle, run on different platforms, compile with external compiler?
Robert Jordan
robertj at gmx.net
Fri May 29 15:16:02 EDT 2009
AndroidAdam wrote:
> Hi, if I used mkbundle to bundle a program in Linux, would that same bundled
> program run on Windows or Mac without the need to rebundle it?
No, you have to bundle for each platform.
> Also, is it possible to have mkbundle not compile, but instead use an
> external compiler such as Microsoft Visual C++, to compile the .C file stub
> produced with the -c option?
Yes, use the "-c" and "--nomain" option.
Robert
More information about the Mono-devel-list
mailing list