Text3D.plg
上传用户:protronic
上传日期:2022-06-28
资源大小:1335k
文件大小:2k
源码类别:

OpenGL

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Text3D - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/Text3D.res" /d "_DEBUG" /d "_AFXDLL" "D:书源码Chapter02Text3DText3D.rc"" 
  10. Creating temporary file "C:DOCUME~1HT8837~1LOCALS~1TempRSP8E.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Text3D.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "D:书源码Chapter02Text3DMainFrm.cpp"
  14. "D:书源码Chapter02Text3DText3D.cpp"
  15. "D:书源码Chapter02Text3DText3DDoc.cpp"
  16. "D:书源码Chapter02Text3DText3DView.cpp"
  17. ]
  18. Creating command line "cl.exe @C:DOCUME~1HT8837~1LOCALS~1TempRSP8E.tmp" 
  19. Creating temporary file "C:DOCUME~1HT8837~1LOCALS~1TempRSP91.tmp" with contents
  20. [
  21. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Text3D.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  22. "D:书源码Chapter02Text3DStdAfx.cpp"
  23. ]
  24. Creating command line "cl.exe @C:DOCUME~1HT8837~1LOCALS~1TempRSP91.tmp" 
  25. Creating temporary file "C:DOCUME~1HT8837~1LOCALS~1TempRSP92.tmp" with contents
  26. [
  27. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Text3D.pdb" /debug /machine:I386 /out:"Debug/Text3D.exe" /pdbtype:sept 
  28. ".DebugMainFrm.obj"
  29. ".DebugStdAfx.obj"
  30. ".DebugText3D.obj"
  31. ".DebugText3DDoc.obj"
  32. ".DebugText3DView.obj"
  33. ".DebugText3D.res"
  34. ]
  35. Creating command line "link.exe @C:DOCUME~1HT8837~1LOCALS~1TempRSP92.tmp"
  36. <h3>Output Window</h3>
  37. Compiling resources...
  38. Compiling...
  39. StdAfx.cpp
  40. d:书源码chapter02text3dstdafx.h(24) : fatal error C1083: Cannot open include file: 'gl/glut.h': No such file or directory
  41. Error executing cl.exe.
  42. <h3>Results</h3>
  43. Text3D.exe - 1 error(s), 0 warning(s)
  44. </pre>
  45. </body>
  46. </html>