Current SVN premake4 issues

stephen.austin
Posts: 5
Joined: Fri Sep 16, 2011 11:05 pm

Current SVN premake4 issues

Post by stephen.austin »

I noticed a few issues between the current premake4 build utility and the previous one. In previous versions (2.78), BulletMultiThreaded was included as a project, and currently it is not. Additionally, the output file structure for libs has changed, and they are no longer copied to the msvc/<msvc version>/lib/<configuration> directory.

Are these changes by design? Is the BulletMultiThreaded project deprecated and/or planned to merge with the other projects?

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

Re: Current SVN premake4 issues

Post by Erwin Coumans »

The current svn trunk, and Bullet 2.79 use premake to generate project files in the msvc folder. Previously, Bullet 2.78 was using cmake to generate them, together with some manual work.

The change in path and names was not intentional and can be changed. BulletMultiThreaded is still there, you can use cmake to generate msvc projects if needed. I will improve premake support over the upcoming releases.

Thanks,
Erwin
stephen.austin
Posts: 5
Joined: Fri Sep 16, 2011 11:05 pm

Re: Current SVN premake4 issues

Post by stephen.austin »

Ah, understood. I found the lua scripts and started fixing it locally- is there anything I can do to help take this off your plate?