source: GTP/trunk/Lib/Illum/GPUObscurancesGT/src/Makefile.am @ 930

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