|
I love Premake. I use it for huge projects and small. I have files that help setting up normal settings to use common C++ libraries like wxwidgets, Qt, Lua, and Boost. We call them "presets" and I put them on google code. If anyone is interested just let me know. They are in a funny location because we are developing a tool that is a project generator that is cross-platform and written in Lua. It is geared toward SVN source control, but can be developed to work with other vcs. (P.S. we have been working on a true SVN Client Lua binding (SubCpp and its Lua binding SubLua) that works very well on Windows and Linux. More to be announced about that later.)
--
Regards,
Ryan
Sent from my Droid
Dimiter 'malkia' Stanev wrote:
Has anyone considered using premake?
It's written in "C" but extended through lua.
http://industriousone.com/premake
Simple to use and works really well, I have used it
in the past on Linux. It does not support BSD make
currently but it should be easy to adjust. Well,
you may use gmake on BSD too. ;-)
Peter