[Mono-list] Premake now on SourceForge

J. Perkins jason@379.com
16 Jan 2003 14:15:58 -0500


In case anyone is interested...

Over the last few months, I've put together a small tool that helps me
do cross-platform C#/C++ development. It's been rather handy, so I
thought I would put it out on SF.net and see if anyone else could get
some use out of it.

"Premake" is a build script generator. It reads a (really) simple XML
description of your project and generates GNU makefiles, MS Visual
Studio 6 workspace/project files, or MS Visual Studio 7 solution/project
files. It's nothing fancy and could use some more bells and whistles,
but like I said it's been handy. I use it when bopping back and forth
between Windows and Linux to keep everything in sync. I am hoping to
eventually add support for more IDEs (like SharpDevelop) and languages
(like VB.NET, perhaps).

If you're interested, have a look at http://premake.sourceforge.net/

Jason
379