Page 1 of 1

Small request

Posted: Mon Dec 10, 2007 6:32 pm
by reltham
Currently the msvc projects are set to compile with the static link runtime libs, could you add configurations that compile with the DLL runtime libs?

Another nice thing would be if it also copied/renamed the pdb files to the final lib directory in the post build step. This would eliminate link warnings you get when building an exe/dll that links to the bullet libs.

Re: Small request

Posted: Wed Dec 12, 2007 12:13 am
by Erwin Coumans
reltham wrote:Currently the msvc projects are set to compile with the static link runtime libs, could you add configurations that compile with the DLL runtime libs?

Another nice thing would be if it also copied/renamed the pdb files to the final lib directory in the post build step. This would eliminate link warnings you get when building an exe/dll that links to the bullet libs.
It is time consuming to maintain many possible configurations. Can you try to use CMake? You can autogenerate MSVC projectfiles with this, Bullet provides CMakeList.txt files to support this.

Thanks,
Erwin