[Mono-list] How to build a project of several C# files at once?

Abe Gillespie abe.gillespie at gmail.com
Mon May 20 21:20:55 UTC 2013


You have to read the output of "dmcs --help" - hint, you put the
space-delimited list of cs files at the end of the command.  With that
said, the easiest way to figure out what dmcs needs is to fire up
MonoDevelop, compile a project, and inspect the output window for the
dmcs command that was used.

Good luck!

On Mon, May 20, 2013 at 5:07 PM, Yves S. Garret
<yoursurrogategod at gmail.com> wrote:
> Hi,
>
> I've done this in an IDE, but say I'm working with VI and would like to --
> from the
> command line -- to build and link a bunch of C# files (one of them has a
> main
> method) into an executable.  How would I be able to do this with mono?
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list