commtest.plg
上传用户:skyblue117
上传日期:2013-02-13
资源大小:53k
文件大小:2k
源码类别:

串口编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: commtest - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1.BAILOCALS~1TempRSP8.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/commtest.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
  12. "C:Documents and SettingsAdministrator.BAIJIEMy DocumentsMy DocumentsStepmotor_Design串口通信程序commtest.cpp"
  13. "C:Documents and SettingsAdministrator.BAIJIEMy DocumentsMy DocumentsStepmotor_Design串口通信程序commtestDlg.cpp"
  14. "C:Documents and SettingsAdministrator.BAIJIEMy DocumentsMy DocumentsStepmotor_Design串口通信程序ConfigDlg.cpp"
  15. "C:Documents and SettingsAdministrator.BAIJIEMy DocumentsMy DocumentsStepmotor_Design串口通信程序SerialPort.cpp"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1ADMINI~1.BAILOCALS~1TempRSP8.tmp" 
  18. Creating temporary file "C:DOCUME~1ADMINI~1.BAILOCALS~1TempRSP9.tmp" with contents
  19. [
  20. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/commtest.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
  21. "C:Documents and SettingsAdministrator.BAIJIEMy DocumentsMy DocumentsStepmotor_Design串口通信程序StdAfx.cpp"
  22. ]
  23. Creating command line "cl.exe @C:DOCUME~1ADMINI~1.BAILOCALS~1TempRSP9.tmp" 
  24. <h3>Output Window</h3>
  25. Compiling...
  26. StdAfx.cpp
  27. Compiling...
  28. commtest.cpp
  29. commtestDlg.cpp
  30. ConfigDlg.cpp
  31. SerialPort.cpp
  32. Generating Code...
  33. Creating temporary file "C:DOCUME~1ADMINI~1.BAILOCALS~1TempRSPA.tmp" with contents
  34. [
  35. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/commtest.pdb" /debug /machine:I386 /out:"Debug/commtest.exe" /pdbtype:sept 
  36. ".Debugcommtest.obj"
  37. ".DebugcommtestDlg.obj"
  38. ".DebugConfigDlg.obj"
  39. ".DebugSerialPort.obj"
  40. ".DebugStdAfx.obj"
  41. ".Debugcommtest.res"
  42. ]
  43. Creating command line "link.exe @C:DOCUME~1ADMINI~1.BAILOCALS~1TempRSPA.tmp"
  44. <h3>Output Window</h3>
  45. Linking...
  46. Creating command line "bscmake.exe /nologo /o"Debug/commtest.bsc"  ".DebugStdAfx.sbr" ".Debugcommtest.sbr" ".DebugcommtestDlg.sbr" ".DebugConfigDlg.sbr" ".DebugSerialPort.sbr""
  47. Creating browse info file...
  48. <h3>Output Window</h3>
  49. <h3>Results</h3>
  50. commtest.exe - 0 error(s), 0 warning(s)
  51. </pre>
  52. </body>
  53. </html>