Changeset 191 for trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
- Timestamp:
- 08/03/05 11:15:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r181 r191 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Mon Jul 18 20:55:1420053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Aug 02 22:47:09 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 -GX -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT16 CXXFLAGS = -nologo -Zm200 -W0 -MD d -Zi -GX -DUNICODE -DQT_DLL -DQT_THREAD_SUPPORT15 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 17 17 LEXFLAGS = 18 18 YACCFLAGS =-d 19 INCPATH = -I"..\src" -I"..\support\xerces\include" -I"..\support\zlib\include" -I"..\support\boost" -I" $(QTDIR)\include" -I"d:\gametools\svn\trunk\VUT\GtpVisibilityPreprocessor\src" -I"C:\Qt\3.3.2\mkspecs\win32-msvc"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 /DEBUG /SUBSYSTEM:console /LIBPATH:"../support/xerces/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" " opengl32.lib" "glu32.lib" "delayimp.lib"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" 23 23 MOC = $(QTDIR)\bin\moc.exe 24 24 UIC = $(QTDIR)\bin\uic.exe … … 61 61 X3dParser.cpp \ 62 62 MeshKdTree.cpp \ 63 Pvs.cpp 63 Pvs.cpp \ 64 MutualVisibility.cpp \ 65 Triangle3.cpp 64 66 OBJECTS = Preprocessor.obj \ 65 67 SamplingPreprocessor.obj \ … … 83 85 X3dParser.obj \ 84 86 MeshKdTree.obj \ 85 Pvs.obj 87 Pvs.obj \ 88 MutualVisibility.obj \ 89 Triangle3.obj 86 90 FORMS = 87 91 UICDECLS = … … 167 171 -$(DEL_FILE) MeshKdTree.obj 168 172 -$(DEL_FILE) Pvs.obj 169 -$(DEL_FILE) preprocessor.pdb 170 -$(DEL_FILE) preprocessor.ilk 171 -$(DEL_FILE) vc*.pdb 172 -$(DEL_FILE) vc*.idb 173 173 -$(DEL_FILE) MutualVisibility.obj 174 -$(DEL_FILE) Triangle3.obj 174 175 175 176 … … 190 191 Containers.h \ 191 192 AxisAlignedBox3.h \ 193 Rectangle3.h \ 192 194 Matrix4x4.h \ 193 195 Vector3.h \ … … 210 212 X3dExporter.h \ 211 213 Environment.h \ 212 Containers.h \ 213 AxisAlignedBox3.h \ 214 MutualVisibility.h \ 215 Containers.h \ 216 AxisAlignedBox3.h \ 217 Rectangle3.h \ 214 218 Matrix4x4.h \ 215 219 Vector3.h \ … … 239 243 Material.h \ 240 244 Pvs.h \ 245 Rectangle3.h \ 241 246 Vector3.h \ 242 247 common.h \ … … 255 260 Material.h \ 256 261 Pvs.h \ 262 Rectangle3.h \ 257 263 Vector3.h \ 258 264 Containers.h \ … … 288 294 AxisAlignedBox3.h \ 289 295 Pvs.h \ 296 Rectangle3.h \ 290 297 Containers.h \ 291 298 Parser.h \ … … 300 307 Containers.h \ 301 308 AxisAlignedBox3.h \ 309 Rectangle3.h \ 302 310 Matrix4x4.h \ 303 311 Vector3.h \ … … 315 323 Containers.h \ 316 324 AxisAlignedBox3.h \ 325 Rectangle3.h \ 317 326 Matrix4x4.h \ 318 327 Vector3.h \ … … 343 352 AxisAlignedBox3.h \ 344 353 Ray.h \ 354 Rectangle3.h \ 345 355 Matrix4x4.h \ 346 356 Vector3.h \ … … 376 386 Material.h \ 377 387 Pvs.h \ 388 Rectangle3.h \ 378 389 Vector3.h \ 379 390 common.h \ … … 393 404 Material.h \ 394 405 Pvs.h \ 406 Rectangle3.h \ 395 407 Containers.h \ 396 408 … … 411 423 AxisAlignedBox3.h \ 412 424 common.h \ 425 Rectangle3.h \ 413 426 Matrix4x4.h \ 414 427 Plane3.h \ … … 431 444 Material.h \ 432 445 Pvs.h \ 446 Rectangle3.h \ 433 447 Vector3.h \ 434 448 common.h \ … … 447 461 Material.h \ 448 462 Pvs.h \ 463 Rectangle3.h \ 449 464 Vector3.h \ 450 465 Containers.h \ … … 456 471 457 472 473 MutualVisibility.obj: MutualVisibility.cpp \ 474 KdTree.h \ 475 AxisAlignedBox3.h \ 476 Ray.h \ 477 MutualVisibility.h \ 478 Containers.h \ 479 Rectangle3.h \ 480 Matrix4x4.h \ 481 Vector3.h \ 482 Plane3.h \ 483 common.h \ 484 485 486 Triangle3.obj: Triangle3.cpp \ 487 Triangle3.h \ 488 Vector3.h \ 489 common.h \ 490 491 458 492 ####### Install 459 493
Note: See TracChangeset
for help on using the changeset viewer.