- Timestamp:
- 09/06/05 13:47:50 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r245 r258 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Aug 22 21:02:28 20053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Sep 06 13:22:58 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 -GX -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG16 CXXFLAGS = -nologo -Zm200 -W0 -MD -O2 -GX -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT -DQT_NO_DEBUG15 CFLAGS = -nologo -Zm200 -W0 -MDd -Zi -GX -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT 16 CXXFLAGS = -nologo -Zm200 -W0 -MDd -Zi -GX -DUNICODE -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" 20 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"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" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" "delayimp.lib" 23 23 MOC = $(QTDIR)\bin\moc.exe … … 188 188 -$(DEL_FILE) ViewCell.obj 189 189 -$(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 190 195 191 196 … … 230 235 Environment.h \ 231 236 MutualVisibility.h \ 237 Polygon3.h \ 232 238 Containers.h \ 233 239 AxisAlignedBox3.h \ -
trunk/VUT/GtpVisibilityPreprocessor/src/Mesh.cpp
r245 r258 30 30 cout<<"d"; 31 31 delete mKdTree; 32 mKdTree = NULL; 32 33 } 33 34 } -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp
r245 r258 128 128 129 129 #ifdef _DEBUG 130 Debug << "split " << poly << endl << front << endl << back << endl;130 // Debug << "split " << poly << endl << front << endl << back << endl; 131 131 #endif 132 132 // don't need polygon anymore -
trunk/VUT/GtpVisibilityPreprocessor/src/default.env
r257 r258 7 7 8 8 # filename ../data/glasgow/glasgow1.x3d 9 #filename ../data/vienna/vienna-buildings.x3d9 filename ../data/vienna/vienna-buildings.x3d 10 10 # filename ../data/atlanta/atlanta2.x3d 11 11 # filename ../data/soda/soda.dat -
trunk/VUT/GtpVisibilityPreprocessor/src/preprocessor.pro
r245 r258 13 13 14 14 # debuc config 15 CONFIG += console warn_off thread release15 CONFIG += console warn_off thread debug 16 16 17 17 # RELEASE CONFIG
Note: See TracChangeset
for help on using the changeset viewer.