[Mono-list] How to build a project of several C# files at once?
Yves S. Garret
yoursurrogategod at gmail.com
Mon May 20 21:30:59 UTC 2013
On Mon, May 20, 2013 at 5:20 PM, Abe Gillespie <abe.gillespie at gmail.com>wrote:
> 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
> >
>
:)
The problem that I'm facing is that on my CentOS 6.4 machine, mono
works, but monodevelop does not :) . This is my backup plan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20130520/b4a422d0/attachment.html>
More information about the Mono-list
mailing list