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

Revision 382, 1.3 KB checked in by bittner, 19 years ago (diff)

vsspreprocessor update

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