Changeset 209 for trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
- Timestamp:
- 08/07/05 20:16:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r191 r209 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: T ue Aug 02 22:47:0920053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Thu Aug 04 20:06:06 2005 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 63 63 Pvs.cpp \ 64 64 MutualVisibility.cpp \ 65 Triangle3.cpp 65 Triangle3.cpp \ 66 Rectangle3.cpp \ 67 Plane3.cpp 66 68 OBJECTS = Preprocessor.obj \ 67 69 SamplingPreprocessor.obj \ … … 87 89 Pvs.obj \ 88 90 MutualVisibility.obj \ 89 Triangle3.obj 91 Triangle3.obj \ 92 Rectangle3.obj \ 93 Plane3.obj 90 94 FORMS = 91 95 UICDECLS = … … 173 177 -$(DEL_FILE) MutualVisibility.obj 174 178 -$(DEL_FILE) Triangle3.obj 179 -$(DEL_FILE) Rectangle3.obj 180 -$(DEL_FILE) Plane3.obj 175 181 176 182 … … 221 227 common.h \ 222 228 Ray.h \ 229 Pvs.h \ 223 230 Preprocessor.h \ 224 231 Mesh.h \ … … 226 233 Intersectable.h \ 227 234 Material.h \ 228 Pvs.h \229 235 Exporter.h \ 230 236 … … 396 402 Mesh.h \ 397 403 MeshKdTree.h \ 404 Triangle3.h \ 398 405 Matrix4x4.h \ 399 406 Vector3.h \ … … 427 434 Plane3.h \ 428 435 Containers.h \ 429 Intersectable.h \430 Material.h \431 Pvs.h \436 Pvs.h \ 437 Intersectable.h \ 438 Material.h \ 432 439 433 440 … … 476 483 Ray.h \ 477 484 MutualVisibility.h \ 478 Containers.h \ 479 Rectangle3.h \ 480 Matrix4x4.h \ 481 Vector3.h \ 482 Plane3.h \ 483 common.h \ 485 Exporter.h \ 486 Mesh.h \ 487 Triangle3.h \ 488 Containers.h \ 489 Pvs.h \ 490 Rectangle3.h \ 491 Matrix4x4.h \ 492 Vector3.h \ 493 Plane3.h \ 494 common.h \ 495 Material.h \ 496 Intersectable.h \ 484 497 485 498 … … 490 503 491 504 505 Rectangle3.obj: Rectangle3.cpp \ 506 Rectangle3.h \ 507 Vector3.h \ 508 common.h \ 509 510 511 Plane3.obj: Plane3.cpp \ 512 Plane3.h \ 513 Vector3.h \ 514 common.h \ 515 516 492 517 ####### Install 493 518
Note: See TracChangeset
for help on using the changeset viewer.