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