Ignore:
Timestamp:
10/18/05 14:21:26 (19 years ago)
Author:
bittner
Message:

changed mailbox naming convention, added intersectable ids

File:
1 edited

Legend:

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

    r333 r339  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Sep 06 13:46:00 2005 
     3# Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Oct 18 11:00:55 2005 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    1313LEX             = flex 
    1414YACC            = byacc 
    15 CFLAGS  =       -nologo -Zm200 -W0 -MD -O2 -GX  -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG 
    16 CXXFLAGS        =       -nologo -Zm200 -W0 -MD -O2 -GX  -DUNICODE -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 
    19 INCPATH =        -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" 
    20 LINK    =       link 
    21 LFLAGS  =       /NOLOGO delayimp.lib /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" 
    22 LIBS    =        "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" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" "delayimp.lib" 
     19INCPATH =        -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" 
     20LINK    =       "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe" 
     21LFLAGS  =       /NOLOGO /DEBUG /SUBSYSTEM:CONSOLE /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 
     22LIBS    =        "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 
    2424UIC             =       $(QTDIR)\bin\uic.exe 
     
    148148uicables: $(UICIMPLS) $(UICDECLS) 
    149149 
    150 Makefile: preprocessor.pro  C:\Qt\3.3.2\mkspecs\win32-msvc\qmake.conf C:\Qt\3.3.2\lib\qtmain.prl 
     150Makefile: preprocessor.pro  C:\Qt\3.3.2\mkspecs\win32-msvc.net\qmake.conf C:\Qt\3.3.2\lib\qtmain.prl 
    151151        $(QMAKE) -o Makefile preprocessor.pro 
    152152qmake:  
     
    188188        -$(DEL_FILE) ViewCell.obj 
    189189        -$(DEL_FILE) ViewCellBsp.obj 
     190        -$(DEL_FILE) preprocessor.pdb 
     191        -$(DEL_FILE) preprocessor.ilk 
     192        -$(DEL_FILE) vc*.pdb 
     193        -$(DEL_FILE) vc*.idb 
     194 
    190195 
    191196 
     
    231236                MutualVisibility.h \ 
    232237                Polygon3.h \ 
     238                ViewCell.h \ 
    233239                Containers.h \ 
    234240                AxisAlignedBox3.h \ 
     
    255261                KdTree.h \ 
    256262                ViewCellBsp.h \ 
     263                ViewCell.h \ 
    257264                Intersectable.h \ 
    258265                Plane3.h \ 
     
    373380                AxisAlignedBox3.h \ 
    374381                Ray.h \ 
    375                 Rectangle3.h \ 
    376                 Matrix4x4.h \ 
    377                 Vector3.h \ 
    378                 Plane3.h \ 
    379                 common.h \ 
     382                Polygon3.h \ 
     383                Rectangle3.h \ 
     384                Matrix4x4.h \ 
     385                Vector3.h \ 
     386                Plane3.h \ 
     387                common.h \ 
     388                Containers.h \ 
     389                Mesh.h \ 
     390                Intersectable.h \ 
     391                Material.h \ 
     392                Pvs.h \ 
    380393                 
    381394 
    382395Ray.obj: Ray.cpp  \ 
    383396                Ray.h \ 
     397                Plane3.h \ 
    384398                Matrix4x4.h \ 
    385399                Vector3.h \ 
     
    396410                Camera.h \ 
    397411                MeshKdTree.h \ 
     412                Exporter.h \ 
     413                X3dExporter.h \ 
     414                ViewCell.h \ 
     415                SceneGraph.h \ 
    398416                Preprocessor.h \ 
    399417                Containers.h \ 
     
    433451                X3dExporter.h \ 
    434452                Exporter.h \ 
     453                Containers.h \ 
    435454                Material.h \ 
    436455                 
     
    459478                Mesh.h \ 
    460479                SceneGraph.h \ 
     480                Triangle3.h \ 
     481                ViewCell.h \ 
    461482                Parser.h \ 
    462                 Intersectable.h \ 
    463                 Plane3.h \ 
    464                 Matrix4x4.h \ 
    465                 AxisAlignedBox3.h \ 
    466                 Material.h \ 
    467                 Pvs.h \ 
    468                 Rectangle3.h \ 
    469                 Vector3.h \ 
    470                 common.h \ 
    471                 Containers.h \ 
     483                Containers.h \ 
     484                Intersectable.h \ 
     485                Plane3.h \ 
     486                Matrix4x4.h \ 
     487                AxisAlignedBox3.h \ 
     488                Material.h \ 
     489                Pvs.h \ 
     490                Rectangle3.h \ 
     491                Vector3.h \ 
     492                common.h \ 
     493                Ray.h \ 
    472494                 
    473495 
     
    535557                Polygon3.h \ 
    536558                Mesh.h \ 
    537                 Containers.h \ 
    538                 Intersectable.h \ 
    539                 Plane3.h \ 
    540                 Matrix4x4.h \ 
    541                 AxisAlignedBox3.h \ 
     559                ViewCellBsp.h \ 
     560                AxisAlignedBox3.h \ 
     561                Ray.h \ 
     562                Containers.h \ 
     563                Intersectable.h \ 
     564                Plane3.h \ 
     565                Matrix4x4.h \ 
    542566                Material.h \ 
    543567                Pvs.h \ 
     
    550574                ViewCell.h \ 
    551575                Mesh.h \ 
     576                Intersectable.h \ 
    552577                MeshKdTree.h \ 
    553578                Triangle3.h \ 
    554                 Intersectable.h \ 
    555                 Containers.h \ 
    556                 AxisAlignedBox3.h \ 
    557                 Pvs.h \ 
    558                 Rectangle3.h \ 
    559                 Matrix4x4.h \ 
    560                 Vector3.h \ 
    561                 Plane3.h \ 
    562                 common.h \ 
    563                 Material.h \ 
    564                 Ray.h \ 
     579                Containers.h \ 
     580                Ray.h \ 
     581                Plane3.h \ 
     582                Matrix4x4.h \ 
     583                AxisAlignedBox3.h \ 
     584                Material.h \ 
     585                Pvs.h \ 
     586                Rectangle3.h \ 
     587                Vector3.h \ 
     588                common.h \ 
    565589                 
    566590 
     
    575599                Ray.h \ 
    576600                AxisAlignedBox3.h \ 
     601                Exporter.h \ 
    577602                Vector3.h \ 
    578603                Containers.h \ 
Note: See TracChangeset for help on using the changeset viewer.