Rev | Line | |
---|
[65] | 1 |
|
---|
| 2 | TEMPLATE = app
|
---|
| 3 |
|
---|
| 4 | TARGET = visibility
|
---|
| 5 |
|
---|
| 6 | INCLUDEPATH += ../include \
|
---|
| 7 | c:/stlport-4.6.2/stlport \
|
---|
| 8 | D:\gametools\ogrenew\PlugIns\OctreeSceneManager\include \
|
---|
| 9 | d:/gametools/ogrenew/OgreMain/include
|
---|
| 10 |
|
---|
| 11 | # debuc config
|
---|
| 12 | CONFIG += console warn_on debug thread
|
---|
| 13 |
|
---|
| 14 | #DEFINES +=EXT_HASH
|
---|
| 15 | # RELEASE CONFIG
|
---|
| 16 | #CONFIG += windows warn_on thread
|
---|
| 17 |
|
---|
| 18 | # DEPENDPATH = ../../include
|
---|
| 19 |
|
---|
| 20 | # Input
|
---|
| 21 | HEADERS +=
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 | SOURCES += \
|
---|
| 25 | CoherentHierarchicalCullingManager.cpp PreprocessingManager.cpp \
|
---|
| 26 | CullingManager.cpp QueryManager.cpp \
|
---|
| 27 | DummyPreprocessingManager.cpp StopAndWaitCullingManager.cpp \
|
---|
| 28 | DummyQueryManager.cpp VisibilityEnvironment.cpp \
|
---|
| 29 | FrustumCullingManager.cpp VisibilityManager.cpp \
|
---|
| 30 | HierarchyInterface.cpp
|
---|
| 31 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.