Revision 692,
774 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/BSPSceneManager/include -I$(top_srcdir)/OgreMain/include |
---|
2 | |
---|
3 | pkglib_LTLIBRARIES = Plugin_BSPSceneManager.la |
---|
4 | |
---|
5 | Plugin_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 | |
---|
16 | Plugin_BSPSceneManager_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs |
---|
17 | Plugin_BSPSceneManager_la_LIBADD = -lOgreMain |
---|
Note: See
TracBrowser
for help on using the repository browser.