浏览代码

Fixed Makefile.am

legacy
Benjamin ‘Touky’ Huet touky 12 年前
父节点
当前提交
e743eae5f7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      test/Makefile.am

+ 2
- 2
test/Makefile.am 查看文件

@@ -51,8 +51,8 @@ btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \
Physics/Include/LolBtPhysicsIntegration.h Physics/Include/LolPhysics.h \
Physics/Src/EasyCharacterController.cpp Physics/Src/EasyConstraint.cpp \
Physics/Src/BulletCharacterController.cpp \
Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h
Physics/Src/BulletCharacterController.h \
Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h \
Physics/Src/BulletCharacterController.h
btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet \
-DHAVE_PHYS_USE_BULLET
btphystest_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@


正在加载...
取消
保存