How to build LIB files ?

ByB
Posts: 11
Joined: Mon Jan 11, 2010 4:23 pm

How to build LIB files ?

Post by ByB »

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.
Jacky_J
Posts: 16
Joined: Fri May 11, 2007 7:06 am

Re: How to build LIB files ?

Post by Jacky_J »

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.
ByB
Posts: 11
Joined: Mon Jan 11, 2010 4:23 pm

Re: How to build LIB files ?

Post by ByB »

OK, thank you.
:D