ftpd.plg
上传用户:szlsqc
上传日期:2015-05-05
资源大小:149k
文件大小:3k
源码类别:

Ftp服务器

开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ftpd - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x404 /fo"Release/ftpd.res" /d "NDEBUG" /d "_AFXDLL" "C:Documents and SettingsAdministrator桌面FTP_Serverftpd.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP19.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/ftpd.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "C:Documents and SettingsAdministrator桌面FTP_Serverblocksock.cpp"
  14. "C:Documents and SettingsAdministrator桌面FTP_ServerCFtpd.cpp"
  15. "C:Documents and SettingsAdministrator桌面FTP_Serverftpd.cpp"
  16. "C:Documents and SettingsAdministrator桌面FTP_ServerftpdDlg.cpp"
  17. "C:Documents and SettingsAdministrator桌面FTP_ServerFtpdPasvSrv.cpp"
  18. "C:Documents and SettingsAdministrator桌面FTP_ServerFtpdPi.cpp"
  19. ]
  20. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP19.tmp" 
  21. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1A.tmp" with contents
  22. [
  23. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/ftpd.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  24. "C:Documents and SettingsAdministrator桌面FTP_ServerStdAfx.cpp"
  25. ]
  26. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1A.tmp" 
  27. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.tmp" with contents
  28. [
  29. /nologo /subsystem:windows /incremental:no /pdb:"Release/ftpd.pdb" /machine:I386 /out:"Release/ftpd.exe" 
  30. ".Releaseblocksock.obj"
  31. ".ReleaseCFtpd.obj"
  32. ".Releaseftpd.obj"
  33. ".ReleaseftpdDlg.obj"
  34. ".ReleaseFtpdPasvSrv.obj"
  35. ".ReleaseFtpdPi.obj"
  36. ".ReleaseStdAfx.obj"
  37. ".Releaseftpd.res"
  38. ]
  39. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.tmp"
  40. <h3>Output Window</h3>
  41. Compiling resources...
  42. Compiling...
  43. StdAfx.cpp
  44. Compiling...
  45. blocksock.cpp
  46. CFtpd.cpp
  47. ftpd.cpp
  48. ftpdDlg.cpp
  49. C:Documents and SettingsAdministrator桌面FTP_ServerftpdDlg.cpp(271) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  50. C:Documents and SettingsAdministrator桌面FTP_ServerftpdDlg.cpp(272) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  51. C:Documents and SettingsAdministrator桌面FTP_ServerftpdDlg.cpp(273) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  52. C:Documents and SettingsAdministrator桌面FTP_ServerftpdDlg.cpp(274) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  53. C:Documents and SettingsAdministrator桌面FTP_ServerftpdDlg.cpp(276) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
  54. FtpdPasvSrv.cpp
  55. FtpdPi.cpp
  56. Generating Code...
  57. Linking...
  58. <h3>Results</h3>
  59. ftpd.exe - 0 error(s), 5 warning(s)
  60. </pre>
  61. </body>
  62. </html>