[Mono-list] mkbundle and reference assemblies
Robert Jordan
robertj at gmx.net
Tue Apr 22 18:13:18 UTC 2014
On 22.04.2014 17:01, Chris Tacke wrote:
> I'm trying to mkbundle a pretty complex application that has a lot of reference assemblies, but mkbundle is having trouble finding those assemblies.
>
> For example, here's part of the output:
>
> --------------------------------------
> root at WR-IntelligentDevice:/opt/SF# mkbundle SolutionEngine.exe --deps -o Engine -L /opt/SF
Try this as a workaround:
cd /opt/SF
mkbundle --deps -o Engine SolutionEngine.exe *.dll
Robert
More information about the Mono-list
mailing list