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:
ejcoumans
2006-09-25 08:58:57 +00:00
parent 86f5b09623
commit 0e04cfc806
398 changed files with 4135 additions and 7019 deletions

View File

@@ -4,9 +4,7 @@ BUILDTOP ?= "@top_builddir@" ;
SubDir TOP ;
IncludeDir ;
IncludeDir Bullet ;
IncludeDir BulletDynamics ;
IncludeDir LinearMath ;
IncludeDir src ;
IncludeDir $(BUILDTOP) : : literal transient ;
@@ -59,9 +57,7 @@ MsvcGenConfig GLUT.LIBDIRS : "../../Glut" ;
MsvcGenConfig GLUT.LIBS : glut32.lib ;
MsvcGenConfig GLEW.LIBS : glew32.lib ;
SubInclude TOP LinearMath ;
SubInclude TOP Bullet ;
SubInclude TOP BulletDynamics ;
SubInclude TOP src ;
SubInclude TOP Extras ;
SubInclude TOP Demos ;