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

Revision 163, 735 bytes checked in by bittner, 19 years ago (diff)
Line 
1
2TEMPLATE = app
3
4TARGET = preprocessor
5
6#win32:INCLUDEPATH += c:/STLport-4.6.2/stlport
7INCLUDEPATH += ../src ../support/X3DToolKit/include  ../support/zlib/include ../support/boost
8
9#win32:LIBPATH += c:/STLport-4.6.2/lib
10
11# debuc config
12CONFIG          += console warn_off thread release
13
14# RELEASE CONFIG
15#CONFIG         += windows warn_on thread
16
17# DEPENDPATH    = ../../include
18
19# Input
20HEADERS +=
21
22       
23SOURCES += \
24Preprocessor.cpp SamplingPreprocessor.cpp ExactPreprocessor.cpp \
25KdTree.cpp Environment.cpp gzstream.cpp common.cpp \
26UnigraphicsParser.cpp X3dExporter.cpp SceneGraph.cpp Material.cpp \
27Matrix4x4.cpp Vector3.cpp AxisAlignedBox3.cpp Ray.cpp main.cpp Mesh.cpp \
28Exporter.cpp Camera.cpp
29
30#X3dParser.cpp
31
32
Note: See TracBrowser for help on using the repository browser.