Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/BSPSceneManager/src/Makefile.am @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 838 bytes
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                                                         OgreBspSceneManagerPlugin.cpp \
11                                                         OgreBspSceneNode.cpp \
12                             OgreQuake3ShaderManager.cpp \
13                             OgreQuake3Shader.cpp \
14                             OgreQuake3Level.cpp
15
16
17Plugin_BSPSceneManager_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs
18Plugin_BSPSceneManager_la_LIBADD = -lOgreMain -lc $(OGRE_THREAD_LIBS)
Note: See TracBrowser for help on using the repository browser.