videoDemo.plg
上传用户:zheng6500
上传日期:2007-05-15
资源大小:335k
文件大小:2k
源码类别:

易语言编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: videoDemo - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/videoDemo.res" /d "NDEBUG" "F:DemoVideoComm3.0示例源程序VC_VideoDemovideoDemo.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D6.tmp" with contents
  11. [
  12. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/videoDemo.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "F:DemoVideoComm3.0示例源程序VC_VideoDemovideocomm.cpp"
  14. "F:DemoVideoComm3.0示例源程序VC_VideoDemovideoDemo.cpp"
  15. "F:DemoVideoComm3.0示例源程序VC_VideoDemovideoDemoDlg.cpp"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D6.tmp" 
  18. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D7.tmp" with contents
  19. [
  20. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/videoDemo.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  21. "F:DemoVideoComm3.0示例源程序VC_VideoDemoStdAfx.cpp"
  22. ]
  23. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D7.tmp" 
  24. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D8.tmp" with contents
  25. [
  26. /nologo /subsystem:windows /incremental:no /pdb:"Release/videoDemo.pdb" /machine:I386 /out:"Release/videoDemo.exe" 
  27. ".ReleaseStdAfx.obj"
  28. ".Releasevideocomm.obj"
  29. ".ReleasevideoDemo.obj"
  30. ".ReleasevideoDemoDlg.obj"
  31. ".ReleasevideoDemo.res"
  32. ]
  33. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP4D8.tmp"
  34. <h3>Output Window</h3>
  35. Compiling resources...
  36. Compiling...
  37. StdAfx.cpp
  38. Compiling...
  39. videocomm.cpp
  40. videoDemo.cpp
  41. videoDemoDlg.cpp
  42. Generating Code...
  43. Linking...
  44. LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
  45. <h3>Results</h3>
  46. videoDemo.exe - 0 error(s), 1 warning(s)
  47. </pre>
  48. </body>
  49. </html>