source: OGRE/trunk/ogrenew/PlugIns/BSPSceneManager/src/Makefile.am @ 692

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

adding ogre 1.2 and dependencies

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/BSPSceneManager/include -I$(top_srcdir)/OgreMain/include
2
3pkglib_LTLIBRARIES = Plugin_BSPSceneManager.la
4
5Plugin_BSPSceneManager_la_SOURCES = OgreBspLevel.cpp \
6                             OgreBspNode.cpp \
7                             OgreBspResourceManager.cpp \
8                             OgreBspSceneManager.cpp \
9                             OgreBspSceneManagerDll.cpp \
10                                                         OgreBspSceneNode.cpp \
11                             OgreQuake3ShaderManager.cpp \
12                             OgreQuake3Shader.cpp \
13                             OgreQuake3Level.cpp
14
15
16Plugin_BSPSceneManager_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs
17Plugin_BSPSceneManager_la_LIBADD = -lOgreMain
Note: See TracBrowser for help on using the repository browser.