source: trunk/VUT/GtpVisibilityPreprocessor/src/preprocessor.pro @ 463

Revision 463, 1.4 KB checked in by bittner, 19 years ago (diff)

removed mT from vss ray

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