source:
GTP/trunk/Lib/Illum/GPUObscurancesGT/src/Makefile.am
@
930
Revision 930, 543 bytes checked in by igarcia, 18 years ago (diff) |
---|
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.