Changeset 354 for trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
- Timestamp:
- 10/28/05 14:46:59 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r340 r354 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Oct 18 16:48:3320053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Wed Oct 26 17:55:30 2005 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 39 39 ####### Files 40 40 41 HEADERS = 41 HEADERS = Halton.h 42 42 SOURCES = Preprocessor.cpp \ 43 43 SamplingPreprocessor.cpp \ … … 68 68 Polygon3.cpp \ 69 69 ViewCell.cpp \ 70 ViewCellBsp.cpp 70 ViewCellBsp.cpp \ 71 Halton.cpp 71 72 OBJECTS = Preprocessor.obj \ 72 73 SamplingPreprocessor.obj \ … … 97 98 Polygon3.obj \ 98 99 ViewCell.obj \ 99 ViewCellBsp.obj 100 ViewCellBsp.obj \ 101 Halton.obj 100 102 FORMS = 101 103 UICDECLS = … … 188 190 -$(DEL_FILE) ViewCell.obj 189 191 -$(DEL_FILE) ViewCellBsp.obj 192 -$(DEL_FILE) Halton.obj 190 193 191 194 … … 371 374 Matrix4x4.h \ 372 375 Vector3.h \ 376 Halton.h \ 373 377 common.h \ 374 378 … … 606 610 607 611 612 Halton.obj: Halton.cpp \ 613 Halton.h \ 614 615 608 616 ####### Install 609 617
Note: See TracChangeset
for help on using the changeset viewer.