UseBrush.plg
上传用户:sxjieshun
上传日期:2022-07-26
资源大小:25k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: UseBrush - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPCB.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/UseBrush.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:StudyVC++VC++learning复习UseBrushUseBrush.cpp"
  13. "E:StudyVC++VC++learning复习UseBrushUseBrushDlg.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPCB.tmp" 
  16. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPCC.tmp" with contents
  17. [
  18. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/UseBrush.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  19. "E:StudyVC++VC++learning复习UseBrushStdAfx.cpp"
  20. ]
  21. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPCC.tmp" 
  22. Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/UseBrush.pdb" /debug /machine:I386 /out:"Debug/UseBrush.exe" /pdbtype:sept  ".DebugStdAfx.obj" ".DebugUseBrush.obj" ".DebugUseBrushDlg.obj" ".DebugUseBrush.res" "
  23. <h3>Output Window</h3>
  24. Compiling...
  25. StdAfx.cpp
  26. Compiling...
  27. UseBrush.cpp
  28. UseBrushDlg.cpp
  29. Generating Code...
  30. Linking...
  31. <h3>Results</h3>
  32. UseBrush.exe - 0 error(s), 0 warning(s)
  33. </pre>
  34. </body>
  35. </html>