I planned to spend this sunday on a game I started but left gathering dust for a while, for my surprise one of its dependencies (Bullet) has a new version
I haven't seen the new features added since the version I started using, but I did try the premake build system and is very easy to use; I just unzipped the file then when to the
bullet-2.79\msvc\vs2010 folder, then opened the
0BulletSolution file, waited for VS to parse the files and then build, very easy!!
Thanks Erwin and all the guys who collaborated on this release.
EDIT: The premake files did not build the BulletMultiThreaded lib, so I had to use CMake for that. Anyway premake is cool
