Last change
on this file since 21 was
21,
checked in by nicolasc, 17 years ago
|
added ogreode and Colladaplugin
|
File size:
540 bytes
|
Line | |
---|
1 | INCLUDES = \ |
---|
2 | $(STLPORT_CFLAGS) \ |
---|
3 | ${OGRE_CFLAGS} \ |
---|
4 | -I$(top_srcdir)/include \ |
---|
5 | -I../include \ |
---|
6 | -I$(top_srcdir)/tinyxml\ |
---|
7 | -I$(top_srcdir)/prefab/include |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | lib_LTLIBRARIES = libOgreOde_Loader.la |
---|
12 | |
---|
13 | libOgreOde_Loader_la_SOURCES = \ |
---|
14 | OgreOdeDotLoader.cpp \ |
---|
15 | $(top_srcdir)/tinyxml/tinystr.cpp \ |
---|
16 | $(top_srcdir)/tinyxml/tinyxml.cpp \ |
---|
17 | $(top_srcdir)/tinyxml/tinyxmlerror.cpp \ |
---|
18 | $(top_srcdir)/tinyxml/tinyxmlparser.cpp |
---|
19 | |
---|
20 | |
---|
21 | libOgreOde_Loader_la_LIBADD = \ |
---|
22 | $(OGRE_LIBS) \ |
---|
23 | -L$(top_srcdir)/src \ |
---|
24 | -lOgreOde_Core \ |
---|
25 | -lode |
---|
Note: See
TracBrowser
for help on using the repository browser.