installdrv.plg
上传用户:yjja2008
上传日期:2022-07-25
资源大小:41k
文件大小:3k
源码类别:

系统编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: installdrv - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/installdrv.res" /d "NDEBUG" /d "_AFXDLL" "F:项目全部测试安装驱动installdrvinstalldrv.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FA.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/installdrv.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "F:项目全部测试安装驱动installdrvinstalldrv.cpp"
  14. "F:项目全部测试安装驱动installdrvinstalldrvDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FA.tmp" 
  17. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FB.tmp" with contents
  18. [
  19. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/installdrv.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  20. "F:项目全部测试安装驱动installdrvStdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FB.tmp" 
  23. Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/installdrv.pdb" /machine:I386 /out:"Release/installdrv.exe"  ".Releaseinstalldrv.obj" ".ReleaseinstalldrvDlg.obj" ".ReleaseStdAfx.obj" ".Releaseinstalldrv.res" "
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. Compiling...
  27. StdAfx.cpp
  28. Compiling...
  29. installdrv.cpp
  30. installdrvDlg.cpp
  31. Generating Code...
  32. Linking...
  33. <h3>Results</h3>
  34. installdrv.exe - 0 error(s), 0 warning(s)
  35. <h3>
  36. --------------------Configuration: installdrv - Win32 Debug--------------------
  37. </h3>
  38. <h3>Command Lines</h3>
  39. Creating command line "rc.exe /l 0x804 /fo"Debug/installdrv.res" /d "_DEBUG" /d "_AFXDLL" "F:项目全部测试安装驱动installdrvinstalldrv.rc"" 
  40. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FD.tmp" with contents
  41. [
  42. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/installdrv.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  43. "F:项目全部测试安装驱动installdrvinstalldrv.cpp"
  44. "F:项目全部测试安装驱动installdrvinstalldrvDlg.cpp"
  45. ]
  46. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FD.tmp" 
  47. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FE.tmp" with contents
  48. [
  49. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/installdrv.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  50. "F:项目全部测试安装驱动installdrvStdAfx.cpp"
  51. ]
  52. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP3FE.tmp" 
  53. Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/installdrv.pdb" /debug /machine:I386 /out:"Debug/installdrv.exe" /pdbtype:sept  ".Debuginstalldrv.obj" ".DebuginstalldrvDlg.obj" ".DebugStdAfx.obj" ".Debuginstalldrv.res" "
  54. <h3>Output Window</h3>
  55. Compiling resources...
  56. Compiling...
  57. StdAfx.cpp
  58. Compiling...
  59. installdrv.cpp
  60. installdrvDlg.cpp
  61. Generating Code...
  62. Linking...
  63. Creating command line "bscmake.exe /nologo /o"Debug/installdrv.bsc"  ".DebugStdAfx.sbr" ".Debuginstalldrv.sbr" ".DebuginstalldrvDlg.sbr""
  64. Creating browse info file...
  65. <h3>Output Window</h3>
  66. <h3>Results</h3>
  67. installdrv.exe - 0 error(s), 0 warning(s)
  68. </pre>
  69. </body>
  70. </html>