Revision 692,
543 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES=-I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Tools/XMLConverter/include |
---|
2 | bin_PROGRAMS=OgreXMLConverter |
---|
3 | OgreXMLConverter_CXXFLAGS=-DTIXML_USE_STL |
---|
4 | OgreXMLConverter_SOURCES= OgreXMLMeshSerializer.cpp \ |
---|
5 | OgreXMLSkeletonSerializer.cpp \ |
---|
6 | main.cpp \ |
---|
7 | tinystr.cpp \ |
---|
8 | tinyxml.cpp \ |
---|
9 | tinyxmlerror.cpp \ |
---|
10 | tinyxmlparser.cpp |
---|
11 | OgreXMLConverter_LDFLAGS= -L$(top_builddir)/OgreMain/src |
---|
12 | OgreXMLConverter_LDADD= -lOgreMain |
---|
Note: See
TracBrowser
for help on using the repository browser.