Rev | Line | |
---|
[16] | 1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/OcclusionCullingSceneManager/include -I$(top_srcdir)/OgreMain/include
|
---|
| 2 |
|
---|
| 3 | pkglib_PROGRAMS = Plugin_BSPSceneManager.so
|
---|
| 4 |
|
---|
| 5 | Plugin_OcclusionCullingSceneManager_so_SOURCES = OgreBspLevel.cpp \
|
---|
| 6 | OcclusionCullingResourceManager.cpp \
|
---|
| 7 | OcclusionCullingSceneManager.cpp \
|
---|
| 8 | OcclusionCullingSceneManagerDll.cpp
|
---|
| 9 |
|
---|
| 10 | Plugin_OcclusionCullingSceneManager_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_srcdir)/OgreMain/src
|
---|
| 11 | Plugin_OcclusionCullingSceneManager_so_LDADD = -lOgreMain
|
---|
Note: See
TracBrowser
for help on using the repository browser.