[MonoDevelop] Where do I set the project build order?

Nicholas Frechette zeno490 at gmail.com
Mon Jun 14 10:25:51 EDT 2010


This can also be achieved by creating a stub project that doesn't output an
assembly per say but simply executes your make file. You'd then put the
dependencies in that stub project and build that one.

2cents.

On Sat, Jun 12, 2010 at 2:28 PM, Michael Hutchinson <
m.j.hutchinson at gmail.com> wrote:

> On Thu, Jun 10, 2010 at 11:34 PM, Thiago Padilha <tpadilha84 at gmail.com>
> wrote:
> >  I have some c# projects and a generic project, the generic project
> > has some C/C++ files and a Makefile. I need to make sure the generic
> > project will always be built last since it will copy the assemblies
> > built by the c# project. Can I do that without writing a custom
> > makefile?
>
> For projects without explicit dependencies (i.e. references) I believe
> this order is set in the sln file, but unlike VS, MD doesn't provide a
> GUI for editing it in Solution Options. Could you file an enhancement
> bug?
>
> --
> Michael Hutchinson
> http://mjhutchinson.com
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100614/62643ce8/attachment.html 


More information about the Monodevelop-list mailing list