Changeset 339 for trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
- Timestamp:
- 10/18/05 14:21:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r333 r339 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Sep 06 13:46:0020053 # Generated by qmake (1.07a) (Qt 3.3.2) on: Tue Oct 18 11:00:55 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 -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 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 = link21 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"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 LINK = "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe" 21 LFLAGS = /NOLOGO /DEBUG /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" "delayimp.lib" "xerces-c_2.lib" "devil.lib" "ilu.lib" "ilut.lib" "opengl32.lib" "glu32.lib" 23 23 MOC = $(QTDIR)\bin\moc.exe 24 24 UIC = $(QTDIR)\bin\uic.exe … … 148 148 uicables: $(UICIMPLS) $(UICDECLS) 149 149 150 Makefile: preprocessor.pro C:\Qt\3.3.2\mkspecs\win32-msvc \qmake.conf C:\Qt\3.3.2\lib\qtmain.prl150 Makefile: preprocessor.pro C:\Qt\3.3.2\mkspecs\win32-msvc.net\qmake.conf C:\Qt\3.3.2\lib\qtmain.prl 151 151 $(QMAKE) -o Makefile preprocessor.pro 152 152 qmake: … … 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 … … 231 236 MutualVisibility.h \ 232 237 Polygon3.h \ 238 ViewCell.h \ 233 239 Containers.h \ 234 240 AxisAlignedBox3.h \ … … 255 261 KdTree.h \ 256 262 ViewCellBsp.h \ 263 ViewCell.h \ 257 264 Intersectable.h \ 258 265 Plane3.h \ … … 373 380 AxisAlignedBox3.h \ 374 381 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 \ 380 393 381 394 382 395 Ray.obj: Ray.cpp \ 383 396 Ray.h \ 397 Plane3.h \ 384 398 Matrix4x4.h \ 385 399 Vector3.h \ … … 396 410 Camera.h \ 397 411 MeshKdTree.h \ 412 Exporter.h \ 413 X3dExporter.h \ 414 ViewCell.h \ 415 SceneGraph.h \ 398 416 Preprocessor.h \ 399 417 Containers.h \ … … 433 451 X3dExporter.h \ 434 452 Exporter.h \ 453 Containers.h \ 435 454 Material.h \ 436 455 … … 459 478 Mesh.h \ 460 479 SceneGraph.h \ 480 Triangle3.h \ 481 ViewCell.h \ 461 482 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 \ 472 494 473 495 … … 535 557 Polygon3.h \ 536 558 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 \ 542 566 Material.h \ 543 567 Pvs.h \ … … 550 574 ViewCell.h \ 551 575 Mesh.h \ 576 Intersectable.h \ 552 577 MeshKdTree.h \ 553 578 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 \ 565 589 566 590 … … 575 599 Ray.h \ 576 600 AxisAlignedBox3.h \ 601 Exporter.h \ 577 602 Vector3.h \ 578 603 Containers.h \
Note: See TracChangeset
for help on using the changeset viewer.