Small request

Post Reply
reltham
Posts: 66
Joined: Fri Oct 12, 2007 6:28 pm
Location: San Diego

Small request

Post 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.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: Small request

Post 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
Post Reply