ChatServer.plg
上传用户:posgewe
上传日期:2013-05-17
资源大小:69k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ChatServer - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/ChatServer.res" /d "_DEBUG" /d "_AFXDLL" "D:vcmyProjectstudyMyChatChatServerChatServer.rc"" 
  10. Creating temporary file "E:DOCUME~1OwnerLOCALS~1TempRSPE56.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ChatServer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "D:vcmyProjectstudyMyChatChatServerChatServer.cpp"
  14. "D:vcmyProjectstudyMyChatChatServerChatServerDlg.cpp"
  15. "D:vcmyProjectstudyMyChatChatServerClientSocket.cpp"
  16. "D:vcmyProjectstudyMyChatChatServerServerSocket.cpp"
  17. ]
  18. Creating command line "cl.exe @E:DOCUME~1OwnerLOCALS~1TempRSPE56.tmp" 
  19. Creating temporary file "E:DOCUME~1OwnerLOCALS~1TempRSPE57.tmp" with contents
  20. [
  21. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ChatServer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  22. "D:vcmyProjectstudyMyChatChatServerStdAfx.cpp"
  23. ]
  24. Creating command line "cl.exe @E:DOCUME~1OwnerLOCALS~1TempRSPE57.tmp" 
  25. Creating temporary file "E:DOCUME~1OwnerLOCALS~1TempRSPE58.tmp" with contents
  26. [
  27. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/ChatServer.pdb" /debug /machine:I386 /out:"Debug/ChatServer.exe" /pdbtype:sept 
  28. .DebugChatServer.obj
  29. .DebugChatServerDlg.obj
  30. .DebugClientSocket.obj
  31. .DebugServerSocket.obj
  32. .DebugStdAfx.obj
  33. .DebugChatServer.res
  34. ]
  35. Creating command line "link.exe @E:DOCUME~1OwnerLOCALS~1TempRSPE58.tmp"
  36. <h3>Output Window</h3>
  37. Compiling resources...
  38. Compiling...
  39. StdAfx.cpp
  40. Compiling...
  41. ChatServer.cpp
  42. ChatServerDlg.cpp
  43. ClientSocket.cpp
  44. ServerSocket.cpp
  45. Generating Code...
  46. Linking...
  47. <h3>Results</h3>
  48. ChatServer.exe - 0 error(s), 0 warning(s)
  49. </pre>
  50. </body>
  51. </html>