FiveChess.plg
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:3k
源码类别:

游戏

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: FiveChess - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/FiveChess.res" /d "_DEBUG" /d "_AFXDLL" "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessFiveChess.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP12F.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FiveChess.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessClientDlg.cpp"
  14. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessClientSocket.cpp"
  15. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessCMessg.cpp"
  16. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessFiveChess.cpp"
  17. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessFiveChessDoc.cpp"
  18. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessFiveChessView.cpp"
  19. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessMainFrm.cpp"
  20. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessMatch.cpp"
  21. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessServerDlg.cpp"
  22. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessServerSocket.cpp"
  23. ]
  24. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP12F.tmp" 
  25. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP130.tmp" with contents
  26. [
  27. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FiveChess.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  28. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例网络五子棋FiveChessStdAfx.cpp"
  29. ]
  30. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP130.tmp" 
  31. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP131.tmp" with contents
  32. [
  33. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/FiveChess.pdb" /debug /machine:I386 /out:"Debug/FiveChess.exe" /pdbtype:sept 
  34. ".DebugClientDlg.obj"
  35. ".DebugClientSocket.obj"
  36. ".DebugCMessg.obj"
  37. ".DebugFiveChess.obj"
  38. ".DebugFiveChessDoc.obj"
  39. ".DebugFiveChessView.obj"
  40. ".DebugMainFrm.obj"
  41. ".DebugMatch.obj"
  42. ".DebugServerDlg.obj"
  43. ".DebugServerSocket.obj"
  44. ".DebugStdAfx.obj"
  45. ".DebugFiveChess.res"
  46. ]
  47. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP131.tmp"
  48. <h3>Output Window</h3>
  49. Compiling resources...
  50. Compiling...
  51. StdAfx.cpp
  52. Compiling...
  53. ClientDlg.cpp
  54. ClientSocket.cpp
  55. CMessg.cpp
  56. FiveChess.cpp
  57. FiveChessDoc.cpp
  58. FiveChessView.cpp
  59. MainFrm.cpp
  60. Match.cpp
  61. ServerDlg.cpp
  62. ServerSocket.cpp
  63. Generating Code...
  64. Linking...
  65. <h3>Results</h3>
  66. FiveChess.exe - 0 error(s), 0 warning(s)
  67. </pre>
  68. </body>
  69. </html>