Using relative paths

Derelict Mind
Posts: 2
Joined: Fri Dec 03, 2010 6:59 pm

Using relative paths

Post by Derelict Mind »

I'm using Windows 7, Visual Studio 2010, and Bullet 2.77.
I'm trying to compile it so I can work on it over an svn with a friend and I've tried everything I can think of to make it work.

Usually I get an error for cmd and ZERO_CHECK.

I used the gui to build bullet and I've tried using advanced>use relative paths and changing everything to relative paths in visual studio.

Thanks.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Using relative paths

Post by Erwin Coumans »

Bullet ships with visual studio project files using relative paths in Bullet/msvc

Have you tried those?
Thanks,
Erwin
Derelict Mind
Posts: 2
Joined: Fri Dec 03, 2010 6:59 pm

Re: Using relative paths

Post by Derelict Mind »

Thank You Very Much :)
I didn't have to use cmake at all.