On 07.11.2011 19:34, applepi wrote: > > > I'd not seen mkbundle. I'll have to look into that as well.. this is going > into proprietary code for a customer and I'm not as brushed up on how all of > the GPL/LGPL restrictions affect that as I should be, so I'll have to dig > into that somewhat.
You should dig into that as soon as possible, because both '--aot=full' and 'mkbundle --static' require that you code is licensed under the LGPL. > What's the difference between --aot=full and mkbundle? --aot=full looked > like it should produce a single binary as well.. Mkbundle does not AOT-compile. It's bundling the runtime together with your assemblies and their dependencies into a fat binary. --aot=full is an experimental feature. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
