Hello,
There has been a fair amount of mention of the mono utility mkbundle which is supposed to (among other things) allow you to create a bundle (standalone exe) with a c# project compiled with mono. This works when i run it in cygwin, however what i really would like to do is use the --deps option and --static option to pull in all of the dependencies and libraries so that it really is a standalone. While running the command in Cygwin, it claims that --static is unsupported under the current platform (i assume it is referring to windows). The question, then is :
Is there any way around this dilemma?
If not, what specific .dlls am i now required to carry along with my executable in order to get the thing running? It doesnt seem to be listed anywhere on the mono site.
Thanks!