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