irrbuild : premake based automatic build tool for irrlicht

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
Jiang
Posts: 77
Joined: Tue Feb 20, 2007 11:03 am

irrbuild : premake based automatic build tool for irrlicht

Post by Jiang »

Hey forum,

I just added a small project "irrBuild" to sourceforge.net and hope it helps. Smile

irrBuild: http://irrbuild.sourceforge.net/

irrBuild generates native solution, Makefile and workspace for irrlicht library and its examples. It also can be used as build template for cross platform irrlicht applications.

Currently it supports :

* Windows :
1 Microsoft Visual Studio 2003
2 Microsoft Visual Studio 2005
3 Microsoft Visual Studio 2008
4 Code::Blocks 8.02 (MinGW gcc)

* Linux/GNU
1 GNU Make
2 Code::Blocks 8.02 (gcc)

For Windows platform, all of the drivers ( Direct3D, OpenGL and other software renders) are supported by default. All the above builds contain the following configurations:

* debug_shared
* release_shared
* debug_static
* release_static

Using batch build you can build all of the configurations at the same time.

irrBuild is released under Zlib/libpng license (same as irrlicht), you can use it as a template to generate the necessary solution/Makefile/workspace for your irrlicht-based applications.

Download it @

Release:
http://sourceforge.net/project/showfile ... _id=248344

SVN:
svn co https://irrbuild.svn.sourceforge.net/svnroot/irrbuild

See the above sourceforge page for details.


HTH,

Jiang
Post Reply