Ignore:
Timestamp:
12/04/05 20:19:50 (19 years ago)
Author:
bittner
Message:

non-functional merged version

File:
1 edited

Legend:

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

    r435 r446  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Fri Nov 25 16:40:39 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Sun Dec 04 20:05:51 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    1313LEX             = flex 
    1414YACC            = byacc 
    15 CFLAGS  =       -nologo -Zm200 -W0 -MD -O2 -G7 -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
    16 CXXFLAGS        =       -nologo -Zm200 -W0 -MD -O2 -G7 -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
     15CFLAGS  =       -nologo -Zm200 -W0 -MDd -Zi -Gm -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT 
     16CXXFLAGS        =       -nologo -Zm200 -W0 -MDd -Zi -Gm -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT 
    1717LEXFLAGS        = 
    1818YACCFLAGS       =-d 
    1919INCPATH =        -I"..\src" -I"..\support\xerces\include" -I"..\support\zlib\include" -I"..\support\boost" -I"..\support\devil\include" -I"$(QTDIR)\include" -I"d:\gametools\svn\trunk\VUT\GtpVisibilityPreprocessor\src" -I"C:\Qt\3.3.2\mkspecs\win32-msvc.net" 
    2020LINK    =       "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe" 
    21 LFLAGS  =       /NOLOGO /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /SUBSYSTEM:CONSOLE /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 
     21LFLAGS  =       /NOLOGO /DEBUG /SUBSYSTEM:CONSOLE /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 
    2222LIBS    =        "qt-mt332.lib" "qtmain.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "imm32.lib" "winmm.lib" "wsock32.lib" "winspool.lib" "delayimp.lib" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" 
    2323MOC             =       $(QTDIR)\bin\moc.exe 
     
    4141HEADERS =       Halton.h \ 
    4242                VssRay.h \ 
    43                 VssPreprocessor.h 
     43                VssPreprocessor.h \ 
     44                RssTree.h 
    4445SOURCES =       Preprocessor.cpp \ 
    4546                SamplingPreprocessor.cpp \ 
     
    7778                RenderSimulator.cpp \ 
    7879                VspKdTree.cpp \ 
    79                 RayInfo.cpp 
     80                RayInfo.cpp \ 
     81                RssTree.cpp \ 
     82                RssPreprocessor.cpp 
    8083OBJECTS =       Preprocessor.obj \ 
    8184                SamplingPreprocessor.obj \ 
     
    113116                RenderSimulator.obj \ 
    114117                VspKdTree.obj \ 
    115                 RayInfo.obj 
     118                RayInfo.obj \ 
     119                RssTree.obj \ 
     120                RssPreprocessor.obj 
    116121FORMS =  
    117122UICDECLS =       
     
    211216        -$(DEL_FILE) VspKdTree.obj 
    212217        -$(DEL_FILE) RayInfo.obj 
     218        -$(DEL_FILE) RssTree.obj 
     219        -$(DEL_FILE) RssPreprocessor.obj 
     220        -$(DEL_FILE) preprocessor.pdb 
     221        -$(DEL_FILE) preprocessor.ilk 
     222        -$(DEL_FILE) vc*.pdb 
     223        -$(DEL_FILE) vc*.idb 
     224 
    213225 
    214226 
     
    370382                VspKdTree.h \ 
    371383                VssTree.h \ 
     384                RssTree.h \ 
    372385                Containers.h \ 
    373386                AxisAlignedBox3.h \ 
     
    449462                SamplingPreprocessor.h \ 
    450463                VssPreprocessor.h \ 
     464                RssPreprocessor.h \ 
    451465                ExactPreprocessor.h \ 
    452466                Parser.h \ 
     
    775789                Ray.h \ 
    776790                VssRay.h \ 
    777                 Matrix4x4.h \ 
    778                 Vector3.h \ 
    779                 common.h \ 
     791                Plane3.h \ 
     792                Matrix4x4.h \ 
     793                Vector3.h \ 
     794                common.h \ 
     795                 
     796 
     797RssTree.obj: RssTree.cpp  \ 
     798                RssTree.h \ 
     799                Environment.h \ 
     800                VssRay.h \ 
     801                Intersectable.h \ 
     802                Ray.h \ 
     803                Containers.h \ 
     804                AxisAlignedBox3.h \ 
     805                Statistics.h \ 
     806                Vector3.h \ 
     807                common.h \ 
     808                Matrix4x4.h \ 
     809                Rectangle3.h \ 
     810                Plane3.h \ 
     811                Pvs.h \ 
     812                 
     813 
     814RssPreprocessor.obj: RssPreprocessor.cpp  \ 
     815                SceneGraph.h \ 
     816                KdTree.h \ 
     817                RssPreprocessor.h \ 
     818                X3dExporter.h \ 
     819                Environment.h \ 
     820                MutualVisibility.h \ 
     821                Polygon3.h \ 
     822                ViewCell.h \ 
     823                VssRay.h \ 
     824                RssTree.h \ 
     825                Containers.h \ 
     826                AxisAlignedBox3.h \ 
     827                Rectangle3.h \ 
     828                Matrix4x4.h \ 
     829                Vector3.h \ 
     830                Plane3.h \ 
     831                common.h \ 
     832                Ray.h \ 
     833                Pvs.h \ 
     834                Preprocessor.h \ 
     835                Mesh.h \ 
     836                ViewCellBsp.h \ 
     837                VspKdTree.h \ 
     838                Intersectable.h \ 
     839                Material.h \ 
     840                Statistics.h \ 
     841                RayInfo.h \ 
     842                Exporter.h \ 
    780843                 
    781844 
Note: See TracChangeset for help on using the changeset viewer.