[users@lists.monobjc.net] [patch] How to _not_ embed a dll using the mkbundle nant task

2010-09-21 Thread anthony taranto
Hello, We're distributing an OS X application using Monobjc's and tasks. The task embeds the .dll files that our app depends on. We would like to selectively blacklist certain .dlls from this process due to LGPL/licensing reasons. In other words, I want to embed one set of dlls, and load anothe

Re: [us...@lists.monobjc.net] [patch] How to _not_ embed a dll using the mkbundle nant task

2010-09-21 Thread anthony taranto
and of course i forgot the attachment. here it is. --anthony On Tue, Sep 21, 2010 at 1:41 PM, anthony taranto wrote: > Hello, > > We're distributing an OS X application using Monobjc's and > tasks. The task embeds the .dll files that our app > depends on. We would like to selectively blacklis