Hello,
I am trying to compile my own project with Bullet, and it seems that I need to build 3 LIB files first. I downloaded the SDK package and copied it on my hard disk, but can't find the project files needed by Visual C++ to build the LIB files. I only found the SLN files needed to build the samples.
Can you help me and explain how can I build the missing LIB files ?
Thank you very much.
How to build LIB files ?
-
- Posts: 16
- Joined: Fri May 11, 2007 7:06 am
Re: How to build LIB files ?
They're inside bullet-2.75/msvc/8 for visual studio 2008 or /71 for 2005
libbulletcollision.vcproj
libbulletdynamics.vcproj
libbulletmath.vcproj
that wksbullet.sln file also builds those projects along with the samples.
libbulletcollision.vcproj
libbulletdynamics.vcproj
libbulletmath.vcproj
that wksbullet.sln file also builds those projects along with the samples.