[MonoDevelop] Writing a codegen addin - how to start?

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Dec 10 17:11:10 EST 2009


On Thu, Dec 10, 2009 at 4:41 PM, Marc Gravell <marc.gravell at gmail.com> wrote:
> I'm glad I wasn't missing something obvious ;-p
> The problem with putting it in the build is that we don't necessarily want
> to pay the cost of running it every single build. Oh well; I'll see what I
> can get hacked together, at any rate.

Well, a build tool can do very simple dependency checking, to check
whether the output files is older. That's what we do for as*x files,
xaml files, xib files...

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list