Revision 692,
484 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES=-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 |
---|
3 | AM_CPPFLAGS = -DEXT_HASH -I/usr/local/include/OGRE |
---|
4 | |
---|
5 | lib_LTLIBRARIES=libXSIExport.la |
---|
6 | |
---|
7 | libXSIExport_la_SOURCES= OgreXSIHelper.cpp \ |
---|
8 | OgreXSIMaterialExporter.cpp \ |
---|
9 | OgreXSIMeshExporter.cpp \ |
---|
10 | OgreXSIExport.cpp \ |
---|
11 | OgreXSISkeletonExporter.cpp |
---|
12 | libXSIExport_la_LDFLAGS= -L/usr/local/lib -lOgreMain |
---|
13 | libXSIExport_la_LIBADD= -lOgreMain |
---|
Note: See
TracBrowser
for help on using the repository browser.