Changeset 459 for trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
- Timestamp:
- 12/09/05 21:04:33 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r450 r459 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Dec 05 09:51:4520053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Dec 05 10:27:34 2005 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 13 13 LEX = flex 14 14 YACC = byacc 15 CFLAGS = -nologo -Zm200 -W0 -MD d -Zi -Gm -GX -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT16 CXXFLAGS = -nologo -Zm200 -W0 -MD d -Zi -Gm -GX -DUNICODE -DWIN32 -DQT_DLL -DQT_THREAD_SUPPORT15 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 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 BUG/SUBSYSTEM:CONSOLE /LIBPATH:"../support/xerces/lib" /LIBPATH:"../support/devil/lib" /LIBPATH:"$(QTDIR)\lib"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" 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 … … 224 224 -$(DEL_FILE) ViewCellsManager.obj 225 225 -$(DEL_FILE) VspBspTree.obj 226 -$(DEL_FILE) preprocessor.pdb227 -$(DEL_FILE) preprocessor.ilk228 -$(DEL_FILE) vc*.pdb229 -$(DEL_FILE) vc*.idb230 231 226 232 227 … … 380 375 VspKdTree.h \ 381 376 VssTree.h \ 377 VspBspTree.h \ 382 378 RssTree.h \ 383 379 Containers.h \ … … 636 632 common.h \ 637 633 Statistics.h \ 634 VssRay.h \ 638 635 639 636 … … 670 667 Containers.h \ 671 668 Statistics.h \ 672 Intersectable.h \673 Matrix4x4.h \674 Mat erial.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 \ 678 675 679 676 … … 743 740 ViewCellBsp.h \ 744 741 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 \ 759 760 760 761 … … 815 816 VssRay.h \ 816 817 RssTree.h \ 818 ViewCellBsp.h \ 817 819 Containers.h \ 818 820 AxisAlignedBox3.h \ … … 874 876 AxisAlignedBox3.h \ 875 877 Exporter.h \ 878 ViewCellBsp.h \ 876 879 Vector3.h \ 877 880 Containers.h \
Note: See TracChangeset
for help on using the changeset viewer.