Ignore:
Timestamp:
03/15/05 15:21:22 (20 years ago)
Author:
gametools
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/src/Makefile.am

    r12 r16  
    1 INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/BSPSceneManager/include -I$(top_srcdir)/OgreMain/include 
     1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/OcclusionCullingSceneManager/include -I$(top_srcdir)/OgreMain/include 
    22 
    33pkglib_PROGRAMS = Plugin_BSPSceneManager.so 
    44 
    5 Plugin_BSPSceneManager_so_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_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_srcdir)/OgreMain/src 
    17 Plugin_BSPSceneManager_so_LDADD = -lOgreMain 
     5Plugin_OcclusionCullingSceneManager_so_SOURCES = OgreBspLevel.cpp \ 
     6                             OcclusionCullingResourceManager.cpp \ 
     7                             OcclusionCullingSceneManager.cpp \ 
     8                             OcclusionCullingSceneManagerDll.cpp 
     9                                         
     10Plugin_OcclusionCullingSceneManager_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_srcdir)/OgreMain/src 
     11Plugin_OcclusionCullingSceneManager_so_LDADD = -lOgreMain 
Note: See TracChangeset for help on using the changeset viewer.