Graphic.plg
上传用户:mcdz888
上传日期:2022-08-05
资源大小:118k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Graphic - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "D:TempRSP151.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Graphic.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
  12. "F:VCLessonLesson10GraphicGraphicView.cpp"
  13. ]
  14. Creating command line "cl.exe @D:TempRSP151.tmp" 
  15. Creating temporary file "D:TempRSP152.tmp" with contents
  16. [
  17. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Graphic.pdb" /debug /machine:I386 /out:"Debug/Graphic.exe" /pdbtype:sept 
  18. .DebugGraphic.obj
  19. .DebugStdAfx.obj
  20. .DebugMainFrm.obj
  21. .DebugGraphicDoc.obj
  22. .DebugGraphicView.obj
  23. .DebugGraphic.res
  24. .DebugSettingDlg.obj
  25. .DebugTestBtn.obj
  26. .DebugSXBtn.obj
  27. .DebugBtnST.obj
  28. ]
  29. Creating command line "link.exe @D:TempRSP152.tmp"
  30. <h3>Output Window</h3>
  31. Compiling...
  32. GraphicView.cpp
  33. Linking...
  34. Creating command line "bscmake.exe /nologo /o"Debug/Graphic.bsc"  .DebugStdAfx.sbr .DebugGraphic.sbr .DebugMainFrm.sbr .DebugGraphicDoc.sbr .DebugGraphicView.sbr .DebugSettingDlg.sbr .DebugTestBtn.sbr .DebugSXBtn.sbr .DebugBtnST.sbr"
  35. Creating browse info file...
  36. <h3>Output Window</h3>
  37. <h3>Results</h3>
  38. Graphic.exe - 0 error(s), 0 warning(s)
  39. </pre>
  40. </body>
  41. </html>