Re: ClojureCLR multiple .dll files

2010-04-27 Thread rodgertq
I haven't actually tried this with ClojureCLR produced .dlls but you could look at ILMerge as a post build step, see: http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx On Apr 25, 12:10 pm, lucidquiet wrote: > Hello, > > I'm using ClojureCLR, at the moment I've created a couple o

ClojureCLR multiple .dll files

2010-04-26 Thread lucidquiet
Hello, I'm using ClojureCLR, at the moment I've created a couple of files that each have a (ns .. :gen-class .. ) in them. I then compiled both clj and the result is a [name].clj.dll for each file. The question I have: is there a way to create just a single dll as a result of compilation. I'm a