source: OGRE/trunk/ogrenew/Tools/XSIExport/src/Makefile.am @ 692

Revision 692, 484 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1INCLUDES=-I/usr/src/ogrenew/OgreMain/include -I/usr/src/ogrenew/Tools/XSIExport/include -I/home/jc/XSI_4.2/XSISDK/include
2#bin_PROGRAMS=XSIExport
3AM_CPPFLAGS = -DEXT_HASH -I/usr/local/include/OGRE
4
5lib_LTLIBRARIES=libXSIExport.la
6
7libXSIExport_la_SOURCES= OgreXSIHelper.cpp \
8                                OgreXSIMaterialExporter.cpp \
9                                OgreXSIMeshExporter.cpp \
10                                OgreXSIExport.cpp \
11                                OgreXSISkeletonExporter.cpp
12libXSIExport_la_LDFLAGS= -L/usr/local/lib -lOgreMain
13libXSIExport_la_LIBADD= -lOgreMain
Note: See TracBrowser for help on using the repository browser.