[MonoDevelop] Compiling with mdtool

Levi Bard taktaktaktaktaktaktaktaktaktak at gmail.com
Mon Jun 21 15:20:05 EDT 2010


> I want set up an automated build of my project on Mac using the same
> configuration settings that MonoDevelop uses. It looks like mdtool is what I
> need, but I can't figure out how to build a different "flavor" than Debug
> (my project has Debug, Release, and Mono build flavors). Is there a way to
> see what command line options would need to be sent to mdtool in order to
> build a project the exact same way as from the user interface?

`mdtool build --help` should get you what you want.
In this case, `mdtool build -c:Mono` would build the Mono configuration.

-- 
http://capntransit.blogspot.com/2009/11/supposed-convenience-of-cars.html
http://homes.eff.org/~barlow/EconomyOfIdeas.html
http://www.gnu.org/philosophy/shouldbefree.html


More information about the Monodevelop-list mailing list