AnyServer.plg
上传用户:zhenhuadz
上传日期:2007-01-07
资源大小:1511k
文件大小:2k
源码类别:

远程控制编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: AnyServer - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/AnyServer.res" /d "NDEBUG" "E:projectanyserverAnyServer.rc"" 
  10. Creating temporary file "C:DOCUME~1jojoLOCALS~1TempRSP2C.tmp" with contents
  11. [
  12. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/AnyServer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "E:projectanyserverAnyServer.cpp"
  14. "E:projectanyserverAnyServerDoc.cpp"
  15. "E:projectanyserverAnyServerView.cpp"
  16. "E:projectanyserverBlocksock.cpp"
  17. "E:projectanyserverChatClientView.cpp"
  18. "E:projectanyserverChatLsnSock.cpp"
  19. "E:projectanyserverChatSock.cpp"
  20. "E:projectanyserverChatView.cpp"
  21. "E:projectanyservercommon.cpp"
  22. "E:projectanyserverMainFrm.cpp"
  23. "E:projectanyserverRemoteC.cpp"
  24. "E:projectanyserverThread.cpp"
  25. ]
  26. Creating command line "cl.exe @C:DOCUME~1jojoLOCALS~1TempRSP2C.tmp" 
  27. Creating temporary file "C:DOCUME~1jojoLOCALS~1TempRSP2D.tmp" with contents
  28. [
  29. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/AnyServer.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  30. "E:projectanyserverStdAfx.cpp"
  31. ]
  32. Creating command line "cl.exe @C:DOCUME~1jojoLOCALS~1TempRSP2D.tmp" 
  33. Creating temporary file "C:DOCUME~1jojoLOCALS~1TempRSP2E.tmp" with contents
  34. [
  35. /nologo /subsystem:windows /incremental:no /pdb:"Release/AnyServer.pdb" /machine:I386 /out:"Release/AnyServer.exe" 
  36. .ReleaseAnyServer.obj
  37. .ReleaseAnyServerDoc.obj
  38. .ReleaseAnyServerView.obj
  39. .ReleaseBlocksock.obj
  40. .ReleaseChatClientView.obj
  41. .ReleaseChatLsnSock.obj
  42. .ReleaseChatSock.obj
  43. .ReleaseChatView.obj
  44. .Releasecommon.obj
  45. .ReleaseMainFrm.obj
  46. .ReleaseRemoteC.obj
  47. .ReleaseStdAfx.obj
  48. .ReleaseThread.obj
  49. .ReleaseAnyServer.res
  50. ]
  51. Creating command line "link.exe @C:DOCUME~1jojoLOCALS~1TempRSP2E.tmp"
  52. <h3>Output Window</h3>
  53. Compiling resources...
  54. Compiling...
  55. StdAfx.cpp
  56. Compiling...
  57. AnyServer.cpp
  58. AnyServerDoc.cpp
  59. AnyServerView.cpp
  60. Blocksock.cpp
  61. ChatClientView.cpp
  62. ChatLsnSock.cpp
  63. ChatSock.cpp
  64. ChatView.cpp
  65. common.cpp
  66. MainFrm.cpp
  67. RemoteC.cpp
  68. Thread.cpp
  69. Generating Code...
  70. Linking...
  71. <h3>Results</h3>
  72. AnyServer.exe - 0 error(s), 0 warning(s)
  73. </pre>
  74. </body>
  75. </html>