test.plg
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:2k
源码类别:

中间件编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: test - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/test.res" /d "_DEBUG" "D:重要VC例子程序testtest.rc"" 
  10. Creating temporary file "C:DOCUME~1LIGONG~1LOCALS~1TempRSP40.tmp" with contents
  11. [
  12. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/test.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "D:重要VC例子程序testExitDlg.cpp"
  14. "D:重要VC例子程序testMainFrm.cpp"
  15. "D:重要VC例子程序testtest.cpp"
  16. "D:重要VC例子程序testtestDoc.cpp"
  17. "D:重要VC例子程序testtestView.cpp"
  18. ]
  19. Creating command line "cl.exe @C:DOCUME~1LIGONG~1LOCALS~1TempRSP40.tmp" 
  20. Creating temporary file "C:DOCUME~1LIGONG~1LOCALS~1TempRSP41.tmp" with contents
  21. [
  22. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/test.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  23. "D:重要VC例子程序testStdAfx.cpp"
  24. ]
  25. Creating command line "cl.exe @C:DOCUME~1LIGONG~1LOCALS~1TempRSP41.tmp" 
  26. Creating temporary file "C:DOCUME~1LIGONG~1LOCALS~1TempRSP42.tmp" with contents
  27. [
  28. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/test.pdb" /debug /machine:I386 /out:"Debug/test.exe" /pdbtype:sept 
  29. ".DebugExitDlg.obj"
  30. ".DebugMainFrm.obj"
  31. ".DebugStdAfx.obj"
  32. ".Debugtest.obj"
  33. ".DebugtestDoc.obj"
  34. ".DebugtestView.obj"
  35. ".Debugtest.res"
  36. ]
  37. Creating command line "link.exe @C:DOCUME~1LIGONG~1LOCALS~1TempRSP42.tmp"
  38. <h3>Output Window</h3>
  39. Compiling resources...
  40. Compiling...
  41. StdAfx.cpp
  42. Compiling...
  43. ExitDlg.cpp
  44. MainFrm.cpp
  45. test.cpp
  46. testDoc.cpp
  47. testView.cpp
  48. Generating Code...
  49. Linking...
  50. <h3>Results</h3>
  51. test.exe - 0 error(s), 0 warning(s)
  52. </pre>
  53. </body>
  54. </html>