Revision 463,
1.4 KB
checked in by bittner, 19 years ago
(diff) |
removed mT from vss ray
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 |
|
---|
3 | TARGET = preprocessor
|
---|
4 |
|
---|
5 | #win32:INCLUDEPATH += c:/STLport-4.6.2/stlport
|
---|
6 |
|
---|
7 | unix:INCLUDEPATH += ../support/src/xerces-c-src_2_7_0/include
|
---|
8 |
|
---|
9 | INCLUDEPATH += ../src ../support/xerces/include ../support/zlib/include ../support/boost ../support/devil/include
|
---|
10 |
|
---|
11 |
|
---|
12 | win32:LIBPATH += ../support/xerces/lib ../support/devil/lib
|
---|
13 | unix:LIBPATH += ../support/src/xerces-c-src_2_7_0/lib ../support/devil/lib /usr/lib/qt3/lib64
|
---|
14 |
|
---|
15 | #win32:LIBPATH += c:/STLport-4.6.2/lib
|
---|
16 |
|
---|
17 | # debuc config
|
---|
18 | CONFIG += console warn_off thread release
|
---|
19 |
|
---|
20 | # RELEASE CONFIG
|
---|
21 | #CONFIG += windows warn_on thread release
|
---|
22 |
|
---|
23 | # DEPENDPATH = ../../include
|
---|
24 |
|
---|
25 | win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib
|
---|
26 | unix:LIBS += -lxerces-c -lIL -lILU -lILUT
|
---|
27 |
|
---|
28 | # Input
|
---|
29 | HEADERS += Halton.h VssRay.h VssPreprocessor.h RssTree.h
|
---|
30 |
|
---|
31 |
|
---|
32 | SOURCES += \
|
---|
33 | Preprocessor.cpp SamplingPreprocessor.cpp ExactPreprocessor.cpp \
|
---|
34 | KdTree.cpp Environment.cpp gzstream.cpp common.cpp \
|
---|
35 | UnigraphicsParser.cpp X3dExporter.cpp SceneGraph.cpp Material.cpp \
|
---|
36 | Matrix4x4.cpp Vector3.cpp AxisAlignedBox3.cpp Ray.cpp main.cpp Mesh.cpp \
|
---|
37 | Exporter.cpp Camera.cpp X3dParser.cpp MeshKdTree.cpp Pvs.cpp \
|
---|
38 | MutualVisibility.cpp Triangle3.cpp Rectangle3.cpp Plane3.cpp Polygon3.cpp \
|
---|
39 | ViewCell.cpp ViewCellBsp.cpp Halton.cpp VssRay.cpp VssTree.cpp VssPreprocessor.cpp \
|
---|
40 | RenderSimulator.cpp VspKdTree.cpp RayInfo.cpp RssTree.cpp RssPreprocessor.cpp \
|
---|
41 | ViewCellsManager.cpp VspBspTree.cpp
|
---|
42 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.