First stage in refactoring Bullet: moved Bullet Collision and Dynamics and LinearMath into src folder, and all files in Collision Detection and Dynamics have bt prefix.
Made all buildsystems to work again (jam, msvc, cmake)
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -267,7 +267,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = Bullet BulletDynamics LinearMath Extras/PhysicsInterface Demos
|
||||
INPUT = src Extras/PhysicsInterface Demos
|
||||
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
|
||||
Reference in New Issue
Block a user