[Mono-osx] How can a custom library be included in a package.

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Feb 4 15:52:32 EST 2011


On Fri, Feb 4, 2011 at 3:03 PM, JasonZ <jzwolak at vt.edu> wrote:
>
> I copy the executable to bin/Release/main.exe and MonoMac actually finds the
> executable and includes exactly those Mono libraries necessary, it just
> doesn't include my library... maybe if I copy my library to the bin/Release
> directory... I think I tried that.

When invoking mmp, libraries need to be passed to it with "-r"
argument. Since MonoDevelop doesn't know the library is a reference of
the executable, it doesn't do this.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-osx mailing list