lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Mar 8, 2013 at 10:16 AM, Matias Guijarro
<matias.guijarro@esrf.fr> wrote:
> What about premake[1] ?

Ah, but the difference is that premake is a makefile-generator (like
CMake, although CMake goes further and builds MSVC project files etc).
 Something like Lake is more like SCons, and directly runs the
commands and works out the dependencies.

Another contender in this space is PrimeMover, although this doesn't
have the MSVC support that Lake has.

steve d.