Changeset 446 for trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
- Timestamp:
- 12/04/05 20:19:50 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r435 r446 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Fri Nov 25 16:40:3920053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Sun Dec 04 20:05:51 2005 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 13 13 LEX = flex 14 14 YACC = byacc 15 CFLAGS = -nologo -Zm200 -W0 -MD -O2 -G7 -GX -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG16 CXXFLAGS = -nologo -Zm200 -W0 -MD -O2 -G7 -GX -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG15 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 17 17 LEXFLAGS = 18 18 YACCFLAGS =-d 19 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.net" 20 20 LINK = "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe" 21 LFLAGS = /NOLOGO /DE LAYLOAD: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"21 LFLAGS = /NOLOGO /DEBUG /SUBSYSTEM:CONSOLE /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib" 22 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" "delayimp.lib" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" 23 23 MOC = $(QTDIR)\bin\moc.exe … … 41 41 HEADERS = Halton.h \ 42 42 VssRay.h \ 43 VssPreprocessor.h 43 VssPreprocessor.h \ 44 RssTree.h 44 45 SOURCES = Preprocessor.cpp \ 45 46 SamplingPreprocessor.cpp \ … … 77 78 RenderSimulator.cpp \ 78 79 VspKdTree.cpp \ 79 RayInfo.cpp 80 RayInfo.cpp \ 81 RssTree.cpp \ 82 RssPreprocessor.cpp 80 83 OBJECTS = Preprocessor.obj \ 81 84 SamplingPreprocessor.obj \ … … 113 116 RenderSimulator.obj \ 114 117 VspKdTree.obj \ 115 RayInfo.obj 118 RayInfo.obj \ 119 RssTree.obj \ 120 RssPreprocessor.obj 116 121 FORMS = 117 122 UICDECLS = … … 211 216 -$(DEL_FILE) VspKdTree.obj 212 217 -$(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 213 225 214 226 … … 370 382 VspKdTree.h \ 371 383 VssTree.h \ 384 RssTree.h \ 372 385 Containers.h \ 373 386 AxisAlignedBox3.h \ … … 449 462 SamplingPreprocessor.h \ 450 463 VssPreprocessor.h \ 464 RssPreprocessor.h \ 451 465 ExactPreprocessor.h \ 452 466 Parser.h \ … … 775 789 Ray.h \ 776 790 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 797 RssTree.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 814 RssPreprocessor.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 \ 780 843 781 844
Note: See TracChangeset
for help on using the changeset viewer.