[Mono-list] mkbundle usage with 2.0

Robert Jordan robertj at gmx.net
Wed Nov 1 13:45:35 EST 2006


Andy Waddell wrote:
> Is it possible to use mkbundle to bundle a 2.0 application?  I noticed
> there is no mkbundle in lib/mono/2.0.  Will it find dependencies
> correctly if my app is built with gmcs.exe and using the 2.0 libraries?

It won't, but you could either compile your own version use gmcs,
use a config file for mkbundle (1) or wait for the next version.

Robert

(1)
<configuration>
    <startup>
       <requiredRuntime version="v2.0.50727" />
    </startup>
</configuration>



More information about the Mono-list mailing list