add preliminary premake4 support (next to cmake) mainly to auto-generate Visual Studio projectfiles that can be redistributed (with no dependency on cmake, premake)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
At the moment there are no binary packages from Bullet library.
|
||||
Once this is done, 3 libraries will be placed here:
|
||||
Once this is done, the libraries will be placed here
|
||||
|
||||
bulletmath.a
|
||||
bulletcollision.a
|
||||
bulletdynamics.a
|
||||
LinearMath
|
||||
BulletCollision
|
||||
BulletDynamics
|
||||
|
||||
The C-API will be available in the include folder.
|
||||
|
||||
For now, there is only C++ files, see src/btBulletCollisionCommon.h and src/btBulletDynamicsCommon.h
|
||||
|
||||
http://bullet.sf.net
|
||||
http://bullet.googlecode.com
|
||||
Erwin Coumans
|
||||
|
||||
Reference in New Issue
Block a user