Changeset 245 for trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
- Timestamp:
- 08/22/05 21:07:44 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r209 r245 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Thu Aug 04 20:06:0620053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Aug 22 21:02:28 2005 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 65 65 Triangle3.cpp \ 66 66 Rectangle3.cpp \ 67 Plane3.cpp 67 Plane3.cpp \ 68 Polygon3.cpp \ 69 ViewCell.cpp \ 70 ViewCellBsp.cpp 68 71 OBJECTS = Preprocessor.obj \ 69 72 SamplingPreprocessor.obj \ … … 91 94 Triangle3.obj \ 92 95 Rectangle3.obj \ 93 Plane3.obj 96 Plane3.obj \ 97 Polygon3.obj \ 98 ViewCell.obj \ 99 ViewCellBsp.obj 94 100 FORMS = 95 101 UICDECLS = … … 179 185 -$(DEL_FILE) Rectangle3.obj 180 186 -$(DEL_FILE) Plane3.obj 187 -$(DEL_FILE) Polygon3.obj 188 -$(DEL_FILE) ViewCell.obj 189 -$(DEL_FILE) ViewCellBsp.obj 181 190 182 191 … … 195 204 X3dParser.h \ 196 205 Preprocessor.h \ 206 ViewCell.h \ 207 Environment.h \ 197 208 Containers.h \ 198 209 AxisAlignedBox3.h \ … … 311 322 Mesh.h \ 312 323 KdTree.h \ 324 ViewCellBsp.h \ 325 ViewCell.h \ 326 Polygon3.h \ 313 327 Containers.h \ 314 328 AxisAlignedBox3.h \ … … 486 500 Mesh.h \ 487 501 Triangle3.h \ 502 SceneGraph.h \ 488 503 Containers.h \ 489 504 Pvs.h \ … … 511 526 Plane3.obj: Plane3.cpp \ 512 527 Plane3.h \ 513 Vector3.h \ 514 common.h \ 528 Matrix4x4.h \ 529 Vector3.h \ 530 common.h \ 531 532 533 Polygon3.obj: Polygon3.cpp \ 534 Polygon3.h \ 535 Mesh.h \ 536 Containers.h \ 537 Intersectable.h \ 538 Plane3.h \ 539 Matrix4x4.h \ 540 AxisAlignedBox3.h \ 541 Material.h \ 542 Pvs.h \ 543 Rectangle3.h \ 544 Vector3.h \ 545 common.h \ 546 547 548 ViewCell.obj: ViewCell.cpp \ 549 ViewCell.h \ 550 Mesh.h \ 551 MeshKdTree.h \ 552 Triangle3.h \ 553 Intersectable.h \ 554 Containers.h \ 555 AxisAlignedBox3.h \ 556 Pvs.h \ 557 Rectangle3.h \ 558 Matrix4x4.h \ 559 Vector3.h \ 560 Plane3.h \ 561 common.h \ 562 Material.h \ 563 Ray.h \ 564 565 566 ViewCellBsp.obj: ViewCellBsp.cpp \ 567 Plane3.h \ 568 ViewCellBsp.h \ 569 Mesh.h \ 570 common.h \ 571 ViewCell.h \ 572 Environment.h \ 573 Polygon3.h \ 574 Ray.h \ 575 AxisAlignedBox3.h \ 576 Vector3.h \ 577 Containers.h \ 578 Intersectable.h \ 579 Matrix4x4.h \ 580 Material.h \ 581 Pvs.h \ 582 Rectangle3.h \ 515 583 516 584
Note: See TracChangeset
for help on using the changeset viewer.