Changeset 965
- Timestamp:
- Sep 20, 2011, 2:03:55 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r958 r965 12 12 worldentity.cpp worldentity.h gradient.cpp gradient.h half.cpp half.h \ 13 13 platform.cpp platform.h sprite.cpp sprite.h trig.cpp trig.h \ 14 real.cpp real.h \ 14 15 \ 15 16 lol/unit.h \ -
trunk/src/core.h
r963 r965 65 65 #include "trig.h" 66 66 #include "half.h" 67 #include "real.h" 67 68 #include "matrix.h" 68 69 #include "numeric.h" -
trunk/test/Makefile.am
r951 r965 20 20 21 21 testsuite_SOURCES = testsuite.cpp \ 22 unit/matrix.cpp unit/half.cpp unit/trig.cpp unit/build.cpp 22 unit/matrix.cpp unit/half.cpp unit/trig.cpp unit/build.cpp unit/real.cpp 23 23 testsuite_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 24 24 testsuite_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.