Ignore:
Timestamp:
10/28/05 14:46:59 (19 years ago)
Author:
bittner
Message:

sampling node selection changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Makefile

    r340 r354  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Oct 18 16:48:33 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Wed Oct 26 17:55:30 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    3939####### Files 
    4040 
    41 HEADERS =        
     41HEADERS =       Halton.h 
    4242SOURCES =       Preprocessor.cpp \ 
    4343                SamplingPreprocessor.cpp \ 
     
    6868                Polygon3.cpp \ 
    6969                ViewCell.cpp \ 
    70                 ViewCellBsp.cpp 
     70                ViewCellBsp.cpp \ 
     71                Halton.cpp 
    7172OBJECTS =       Preprocessor.obj \ 
    7273                SamplingPreprocessor.obj \ 
     
    9798                Polygon3.obj \ 
    9899                ViewCell.obj \ 
    99                 ViewCellBsp.obj 
     100                ViewCellBsp.obj \ 
     101                Halton.obj 
    100102FORMS =  
    101103UICDECLS =       
     
    188190        -$(DEL_FILE) ViewCell.obj 
    189191        -$(DEL_FILE) ViewCellBsp.obj 
     192        -$(DEL_FILE) Halton.obj 
    190193 
    191194 
     
    371374                Matrix4x4.h \ 
    372375                Vector3.h \ 
     376                Halton.h \ 
    373377                common.h \ 
    374378                 
     
    606610                 
    607611 
     612Halton.obj: Halton.cpp  \ 
     613                Halton.h \ 
     614                 
     615 
    608616####### Install 
    609617 
Note: See TracChangeset for help on using the changeset viewer.