Ignore:
Timestamp:
12/09/05 21:04:33 (19 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

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

    r450 r459  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Dec 05 09:51:45 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Dec 05 10:27:34 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    1313LEX             = flex 
    1414YACC            = byacc 
    15 CFLAGS  =       -nologo -Zm200 -W0 -MDd -Zi -Gm -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT 
    16 CXXFLAGS        =       -nologo -Zm200 -W0 -MDd -Zi -Gm -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT 
     15CFLAGS  =       -nologo -Zm200 -W0 -MD -O2 -G7 -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
     16CXXFLAGS        =       -nologo -Zm200 -W0 -MD -O2 -G7 -GX  -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
    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 /DEBUG /SUBSYSTEM:CONSOLE /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 
     21LFLAGS  =       /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" 
    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 
     
    224224        -$(DEL_FILE) ViewCellsManager.obj 
    225225        -$(DEL_FILE) VspBspTree.obj 
    226         -$(DEL_FILE) preprocessor.pdb 
    227         -$(DEL_FILE) preprocessor.ilk 
    228         -$(DEL_FILE) vc*.pdb 
    229         -$(DEL_FILE) vc*.idb 
    230  
    231226 
    232227 
     
    380375                VspKdTree.h \ 
    381376                VssTree.h \ 
     377                VspBspTree.h \ 
    382378                RssTree.h \ 
    383379                Containers.h \ 
     
    636632                common.h \ 
    637633                Statistics.h \ 
     634                VssRay.h \ 
    638635                 
    639636 
     
    670667                Containers.h \ 
    671668                Statistics.h \ 
    672                 Intersectable.h \ 
    673                 Matrix4x4.h \ 
    674                 Material.h \ 
    675                 Pvs.h \ 
    676                 Rectangle3.h \ 
    677                 VssRay.h \ 
     669                VssRay.h \ 
     670                Intersectable.h \ 
     671                Matrix4x4.h \ 
     672                Material.h \ 
     673                Pvs.h \ 
     674                Rectangle3.h \ 
    678675                 
    679676 
     
    743740                ViewCellBsp.h \ 
    744741                ViewCell.h \ 
    745                 common.h \ 
    746                 Statistics.h \ 
    747                 Containers.h \ 
    748                 AxisAlignedBox3.h \ 
    749                 Ray.h \ 
    750                 Pvs.h \ 
    751                 Rectangle3.h \ 
    752                 Matrix4x4.h \ 
    753                 Vector3.h \ 
    754                 Plane3.h \ 
    755                 Mesh.h \ 
    756                 Polygon3.h \ 
    757                 Intersectable.h \ 
    758                 Material.h \ 
     742                VspBspTree.h \ 
     743                VspKdTree.h \ 
     744                common.h \ 
     745                Statistics.h \ 
     746                Containers.h \ 
     747                AxisAlignedBox3.h \ 
     748                Ray.h \ 
     749                Pvs.h \ 
     750                Rectangle3.h \ 
     751                Matrix4x4.h \ 
     752                Vector3.h \ 
     753                Plane3.h \ 
     754                Mesh.h \ 
     755                Polygon3.h \ 
     756                VssRay.h \ 
     757                Intersectable.h \ 
     758                Material.h \ 
     759                RayInfo.h \ 
    759760                 
    760761 
     
    815816                VssRay.h \ 
    816817                RssTree.h \ 
     818                ViewCellBsp.h \ 
    817819                Containers.h \ 
    818820                AxisAlignedBox3.h \ 
     
    874876                AxisAlignedBox3.h \ 
    875877                Exporter.h \ 
     878                ViewCellBsp.h \ 
    876879                Vector3.h \ 
    877880                Containers.h \ 
Note: See TracChangeset for help on using the changeset viewer.