Changeset 1594
- Timestamp:
- Jul 8, 2012, 7:16:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1571 r1594 42 42 quad_DEPENDENCIES = $(top_builddir)/src/liblol.a 43 43 44 btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h 45 btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet 44 btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \ 45 Physics/EasyPhysics.cpp Physics/EasyPhysics.h \ 46 Physics/LolBtPhysicsIntegration.h Physics/LolPhysics.h 47 btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet \ 48 -DHAVE_PHYS_USE_BULLET 46 49 btphystest_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ 47 50 btphystest_DEPENDENCIES = $(top_builddir)/src/liblol.a
Note: See TracChangeset
for help on using the changeset viewer.