RayTracing.plg
上传用户:lhwx1029
上传日期:2013-03-07
资源大小:1173k
文件大小:2k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: RayTracing - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1SMALLP~1LOCALS~1TempRSP41.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_RGB_" /D "_32BPP_" /D "_FIXED_" /D "_Z_BUFFER_" /D "_MONO_" /FR"Debug/" /Fp"Debug/RayTracing.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:RayTracingRayTracing.cpp"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1SMALLP~1LOCALS~1TempRSP41.tmp" 
  15. Creating temporary file "C:DOCUME~1SMALLP~1LOCALS~1TempRSP42.tmp" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/RayTracing.pdb" /debug /machine:I386 /out:"Debug/RayTracing.exe" /pdbtype:sept 
  18. .DebugClipp2D.obj
  19. .DebugClipp3D.obj
  20. .DebugColour.obj
  21. .Debugdata.obj
  22. .DebugEngBase.obj
  23. .DebugEngBcub.obj
  24. .DebugEngPoly.obj
  25. .DebugGraphicsBase.obj
  26. .DebugGraphicsPoly.obj
  27. .DebugGraphicsText.obj
  28. .DebugRayTracing.obj
  29. .DebugTrace.obj
  30. .DebugTransBs.obj
  31. .DebugTransLn.obj
  32. .DebugVector.obj
  33. ]
  34. Creating command line "link.exe @C:DOCUME~1SMALLP~1LOCALS~1TempRSP42.tmp"
  35. <h3>Output Window</h3>
  36. Compiling...
  37. RayTracing.cpp
  38. D:RayTracingRayTracing.cpp(184) : warning C4101: 'remap' : unreferenced local variable
  39. D:RayTracingRayTracing.cpp(184) : warning C4101: 'i' : unreferenced local variable
  40. Linking...
  41. Creating temporary file "C:DOCUME~1SMALLP~1LOCALS~1TempRSP43.tmp" with contents
  42. [
  43. /nologo /o"Debug/RayTracing.bsc" 
  44. .DebugClipp2D.sbr
  45. .DebugClipp3D.sbr
  46. .DebugColour.sbr
  47. .Debugdata.sbr
  48. .DebugEngBase.sbr
  49. .DebugEngBcub.sbr
  50. .DebugEngPoly.sbr
  51. .DebugGraphicsBase.sbr
  52. .DebugGraphicsPoly.sbr
  53. .DebugGraphicsText.sbr
  54. .DebugRayTracing.sbr
  55. .DebugTrace.sbr
  56. .DebugTransBs.sbr
  57. .DebugTransLn.sbr
  58. .DebugVector.sbr]
  59. Creating command line "bscmake.exe @C:DOCUME~1SMALLP~1LOCALS~1TempRSP43.tmp"
  60. Creating browse info file...
  61. <h3>Output Window</h3>
  62. <h3>Results</h3>
  63. RayTracing.exe - 0 error(s), 2 warning(s)
  64. </pre>
  65. </body>
  66. </html>