Changeset 1938
- Timestamp:
- Sep 21, 2012, 4:01:23 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1924 r1938 471 471 games/Makefile 472 472 tools/Makefile 473 tools/vslol/Makefile 473 474 ]) 474 475 AC_CONFIG_FILES( -
trunk/src/Makefile.am
r1927 r1938 448 448 bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.h \ 449 449 bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.h \ 450 bullet/BulletDynamics/ConstraintSolver/btSolve2bullet/LinearConstraint.h \451 450 bullet/BulletDynamics/Vehicle/btVehicleRaycaster.h \ 452 451 bullet/BulletDynamics/Vehicle/btRaycastVehicle.h \ … … 501 500 bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h \ 502 501 bullet/BulletDynamics/ConstraintSolver/btJacobianEntry.h \ 503 bullet/BulletDynamics/ConstraintSolver/btSolve2bullet/LinearConstraint.h \504 502 bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h \ 505 503 bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.h \ -
trunk/test/Makefile.am
r1923 r1938 47 47 Physics/Src/EasyPhysics.cpp Physics/Include/EasyPhysics.h \ 48 48 Physics/Include/LolBtPhysicsIntegration.h Physics/Include/LolPhysics.h \ 49 Physics/Src/EasyCharacterController.cpp Physics/Src/EasyConstraint.cpp \ 50 Physics/Src/BulletCharacterController.cpp \ 51 Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h \ 52 Physics/Src/BulletCharacterController.h 49 Physics/Src/EasyCharacterController.cpp \ 50 Physics/Include/EasyCharacterController.h \ 51 Physics/Src/EasyConstraint.cpp \ 52 Physics/Include/EasyConstraint.h \ 53 Physics/Src/BulletCharacterController.cpp \ 54 Physics/Include/BulletCharacterController.h 53 55 btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet \ 54 56 -DHAVE_PHYS_USE_BULLET -
trunk/tools/Makefile.am
r1923 r1938 4 4 SUBDIRS = 5 5 SUBDIRS += neercs 6 SUBDIRS += vslol 6 7 7 8
Note: See TracChangeset
for help on using the changeset viewer.