TelnetServer.plg
上传用户:cjwgreen1
上传日期:2013-01-27
资源大小:24k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: TelnetServer - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"Debug/TelnetServer.res" /d "_DEBUG" /d "_AFXDLL" "C:WindowsDesktopTelnetServerTelnetServer.rc"" 
  10. Creating temporary file "C:WINDOWSTEMPRSP92A1.TMP" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TelnetServer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "C:WindowsDesktopTelnetServerListenerSocket.cpp"
  14. "C:WindowsDesktopTelnetServerMyDialog.cpp"
  15. "C:WindowsDesktopTelnetServerServerSocket.cpp"
  16. "C:WindowsDesktopTelnetServerTelnetServer.cpp"
  17. "C:WindowsDesktopTelnetServerTelnetServerDlg.cpp"
  18. ]
  19. Creating command line "cl.exe @C:WINDOWSTEMPRSP92A1.TMP" 
  20. Creating temporary file "C:WINDOWSTEMPRSP92A2.TMP" with contents
  21. [
  22. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TelnetServer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  23. "C:WindowsDesktopTelnetServerStdAfx.cpp"
  24. ]
  25. Creating command line "cl.exe @C:WINDOWSTEMPRSP92A2.TMP" 
  26. Creating temporary file "C:WINDOWSTEMPRSP92A3.TMP" with contents
  27. [
  28. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/TelnetServer.pdb" /debug /machine:I386 /out:"Debug/TelnetServer.exe" /pdbtype:sept 
  29. .DebugListenerSocket.obj
  30. .DebugMyDialog.obj
  31. .DebugServerSocket.obj
  32. .DebugStdAfx.obj
  33. .DebugTelnetServer.obj
  34. .DebugTelnetServerDlg.obj
  35. .DebugTelnetServer.res
  36. ]
  37. Creating command line "link.exe @C:WINDOWSTEMPRSP92A3.TMP"
  38. <h3>Output Window</h3>
  39. Compiling resources...
  40. Compiling...
  41. StdAfx.cpp
  42. Compiling...
  43. ListenerSocket.cpp
  44. MyDialog.cpp
  45. ServerSocket.cpp
  46. TelnetServer.cpp
  47. TelnetServerDlg.cpp
  48. Generating Code...
  49. Linking...
  50. <h3>Results</h3>
  51. TelnetServer.exe - 0 error(s), 0 warning(s)
  52. </pre>
  53. </body>
  54. </html>