Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: hollingsworthd on April 20, 2007, 10:05:58 am

Title: Premake can generate CB projects
Post by: hollingsworthd on April 20, 2007, 10:05:58 am
just thought I'd recommend the tool "premake".  it can generate codeblocks projects and projects for other IDEs all from a lua script.

premake is on sourceforge
Title: Re: Premake can generate CB projects
Post by: kelo81 on April 20, 2007, 01:30:31 pm
Cool!!, I'll check it  :D
Title: Re: Premake can generate CB projects
Post by: RJP Computing on April 20, 2007, 01:54:25 pm
You can find Premake here: http://premake.sourceforge.net (http://premake.sourceforge.net)

We use it for wxFormBuilder (http://wxformbuilder.org). It has matured and can most likely do anything the other tools can do. It is small, fast, and simple to use. I highly recommend it. I use it on more projects than wxFormBuilder, but that is one you can look at how we use it.

Have fun.