Hey folks, just wanted to point you to my friendly clone over here. I do also offer code-signed builds and a ZIP file containing both the 32-bit and 64-bit builds for Windows.
All my changes concern the Windows build(s).
Among other things I added a premake4.lua
which will allow you to generate projects for the various VS versions. However, instead of using static libs, I simply grab all the source files into a single project and link them together.
Presumably I should fix up the premake4.lua
so it can also be used on unixoid systems, or if I don't I should make it complain if it runs on a system or is told to generate for a tool/platform that is unsupported by it.
Please feel free to cherry-pick any changesets or pull the whole thing. Just be advised that I created one branch for the premake stuff (add_premake4_prjgen
) and another to use for the builds over on that above mentioned project page (assarbad-build
). Pulling would also pull these branches, AFAIK. So perhaps cherry-picking or importing individual changesets as patches will be more acceptable.