[MonoDevelop] Custom Build
Lluis Sanchez
lluis at ximian.com
Thu Sep 21 21:31:01 EDT 2006
El jue, 21-09-2006 a las 15:30 -0700, Clint Fairchild escribió:
> I'd like to add the functionality to MD to execute arbitrary commands to
> build a project, so I can build projects that include both C and C# code
> from within the IDE. I haven't worked on MD before, so I'm not sure
> what the best way to go about it is. I thought of some different ways
> to do this:
>
> 1: Make an addin for a new project type.
Maybe that's the easiest solution. You can override the build method and
do whatever you need there.
>
> 2: Make an addin that adds steps to a C# project.
>
> 3: Hack the functionality into the existing project properties.
>
> What would be best? Or is there a better way that I didn't think of?
>
> Thanks,
> Clint
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
More information about the Monodevelop-list
mailing list