MyLsp.plg
上传用户:zhuzhu0204
上传日期:2020-07-13
资源大小:13165k
文件大小:2k
开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: MyLsp - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP137.tmp" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYLSP_EXPORTS" /FR"Debug/" /Fp"Debug/MyLsp.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "C:MyFireWallMyLspAcl.cpp"
  13. "C:MyFireWallMyLspMyLsp.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP137.tmp" 
  16. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP138.tmp" with contents
  17. [
  18. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"Debug/MyLsp.pdb" /debug /machine:I386 /def:".MyLsp.def" /out:"Debug/MyLsp.dll" /implib:"Debug/MyLsp.lib" /pdbtype:sept 
  19. .DebugAcl.obj
  20. .DebugMyLsp.obj
  21. ]
  22. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP138.tmp"
  23. <h3>Output Window</h3>
  24. Compiling...
  25. Acl.cpp
  26. MyLsp.cpp
  27. c:myfirewallmylspacl.cpp(375) : warning C4715: 'CAcl::QueryAccess' : not all control paths return a value
  28. Linking...
  29.    Creating library Debug/MyLsp.lib and object Debug/MyLsp.exp
  30. Creating command line "bscmake.exe /nologo /o"Debug/MyLsp.bsc"  .DebugAcl.sbr .DebugMyLsp.sbr"
  31. Creating browse info file...
  32. <h3>Output Window</h3>
  33. <h3>Results</h3>
  34. MyLsp.dll - 0 error(s), 0 warning(s)
  35. </pre>
  36. </body>
  37. </html>