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>

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to