cannot open BussIK.lib
I'm on the UpdateSubmodule branch (which seems to be the latest) and everything works fine on mac but on windows i get:
Error LNK1181 cannot open input file '..\..\..\lib\msw\Release\BussIK.lib'
It seems that the install.bat script doesnt build this lib as it's the only one missing. Removing the link input to this lib in the sample projects allows them to build and work but seems worthy of an issue.
Also is this block generally stable enough for production?
I'm not an expert in build scripts but it seems that BussIK is only used by the bullet3 demos and the msw install.bat file has the line:
premake4 --no-test --no-demos --targetdir="../../lib/msw/%~n1" vs2010
Would the '--no-demos' aspect stop the BussIK lib from building? If so it seems it isn't necessary for the block and we can remove the BussIK.lib dependancy from the Bullet3D block XML (for windows at least, it doesnt seem to be harming the macosx build)... I could be very wrong though.
I think this is the same on linux and macosx. Although the install.sh script uses --no-test only and it builds the libBussIK.a library, but I also think that it is not needed and using --no-demos significantly reduces the build time of bullet.