浏览代码

test: add missing physics files to Makefile.

legacy
Sam Hocevar sam 12 年前
父节点
当前提交
22e123eb08
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. +5
    -2
      test/Makefile.am

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

@@ -41,8 +41,11 @@ quad_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
quad_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
quad_DEPENDENCIES = $(top_builddir)/src/liblol.a

btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h
btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet
btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \
Physics/EasyPhysics.cpp Physics/EasyPhysics.h \
Physics/LolBtPhysicsIntegration.h Physics/LolPhysics.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@
btphystest_DEPENDENCIES = $(top_builddir)/src/liblol.a


正在加载...
取消
保存