Last change
on this file since 21 was
21,
checked in by nicolasc, 17 years ago
|
added ogreode and Colladaplugin
|
File size:
556 bytes
|
Line | |
---|
1 | INCLUDES = \ |
---|
2 | $(STLPORT_CFLAGS) \ |
---|
3 | ${OGRE_CFLAGS} \ |
---|
4 | -I$(top_srcdir)/include |
---|
5 | # -I$(top_srcdir)/ode/include |
---|
6 | |
---|
7 | |
---|
8 | lib_LTLIBRARIES = libOgreOde_Core.la |
---|
9 | |
---|
10 | |
---|
11 | libOgreOde_Core_la_SOURCES = \ |
---|
12 | OgreOdeBody.cpp \ |
---|
13 | OgreOdeCollision.cpp \ |
---|
14 | OgreOdeDebugObject.cpp \ |
---|
15 | OgreOdeDebugContact.cpp \ |
---|
16 | OgreOdeEigenSolver.cpp \ |
---|
17 | OgreOdeEntityInformer.cpp \ |
---|
18 | OgreOdeGeometry.cpp \ |
---|
19 | OgreOdeJoint.cpp \ |
---|
20 | OgreOdeMaintainedList.cpp \ |
---|
21 | OgreOdeMass.cpp \ |
---|
22 | OgreOdeSpace.cpp \ |
---|
23 | OgreOdeStepper.cpp \ |
---|
24 | OgreOdeUtility.cpp \ |
---|
25 | OgreOdeWorld.cpp |
---|
26 | |
---|
27 | libOgreOde_Core_la_LIBADD = \ |
---|
28 | $(OGRE_LIBS) -lode |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.