Changeset 1938


Ignore:
Timestamp:
Sep 21, 2012, 4:01:23 PM (11 years ago)
Author:
sam
Message:

build: some build system fixes.

Location:
trunk
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1924 r1938  
    471471  games/Makefile
    472472  tools/Makefile
     473  tools/vslol/Makefile
    473474])
    474475AC_CONFIG_FILES(
  • trunk/src/Makefile.am

    r1927 r1938  
    448448                bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.h \
    449449                bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.h \
    450                 bullet/BulletDynamics/ConstraintSolver/btSolve2bullet/LinearConstraint.h \
    451450                bullet/BulletDynamics/Vehicle/btVehicleRaycaster.h \
    452451                bullet/BulletDynamics/Vehicle/btRaycastVehicle.h \
     
    501500        bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h \
    502501        bullet/BulletDynamics/ConstraintSolver/btJacobianEntry.h \
    503         bullet/BulletDynamics/ConstraintSolver/btSolve2bullet/LinearConstraint.h \
    504502        bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h \
    505503        bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.h \
  • trunk/test/Makefile.am

    r1923 r1938  
    4747    Physics/Src/EasyPhysics.cpp Physics/Include/EasyPhysics.h \
    4848    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
    5355btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet \
    5456    -DHAVE_PHYS_USE_BULLET
  • trunk/tools/Makefile.am

    r1923 r1938  
    44SUBDIRS =
    55SUBDIRS += neercs
     6SUBDIRS += vslol
    67
    78
Note: See TracChangeset for help on using the changeset viewer.