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

游戏

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: cMain - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B1.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_APP_LIB" /FR"Debug/" /Fp"Debug/cMain.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /c 
  12. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcApplication.cpp"
  13. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcHitChecker.cpp"
  14. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcInputDevice.cpp"
  15. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcKeyboard.cpp"
  16. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcMatrix.cpp"
  17. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcMessageHandler.cpp"
  18. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcMouse.cpp"
  19. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcMultiplayer.cpp"
  20. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcSound.cpp"
  21. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcSoundInterface.cpp"
  22. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcSprite.cpp"
  23. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcSurface.cpp"
  24. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcWavFile.cpp"
  25. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXAppLibcWindow.cpp"
  26. ]
  27. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B1.tmp" 
  28. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B2.tmp" with contents
  29. [
  30. /nologo /out:"Debugapplib.lib" 
  31. ".DebugcApplication.obj"
  32. ".DebugcHitChecker.obj"
  33. ".DebugcInputDevice.obj"
  34. ".DebugcKeyboard.obj"
  35. ".DebugcMatrix.obj"
  36. ".DebugcMessageHandler.obj"
  37. ".DebugcMouse.obj"
  38. ".DebugcMultiplayer.obj"
  39. ".DebugcSound.obj"
  40. ".DebugcSoundInterface.obj"
  41. ".DebugcSprite.obj"
  42. ".DebugcSurface.obj"
  43. ".DebugcWavFile.obj"
  44. ".DebugcWindow.obj"
  45. ]
  46. Creating command line "link.exe -lib @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B2.tmp"
  47. <h3>Output Window</h3>
  48. Compiling...
  49. cApplication.cpp
  50. cHitChecker.cpp
  51. cInputDevice.cpp
  52. cKeyboard.cpp
  53. cMatrix.cpp
  54. cMessageHandler.cpp
  55. cMouse.cpp
  56. cMultiplayer.cpp
  57. cSound.cpp
  58. cSoundInterface.cpp
  59. cSprite.cpp
  60. cSurface.cpp
  61. cWavFile.cpp
  62. cWindow.cpp
  63. Creating library...
  64. <h3>
  65. --------------------Configuration: RaceX - Win32 Debug--------------------
  66. </h3>
  67. <h3>Command Lines</h3>
  68. Creating command line "rc.exe /l 0x416 /fo"Debug/racexres.res" /d "_DEBUG" "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXracexres.rc"" 
  69. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B3.tmp" with contents
  70. [
  71. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/RaceX.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  72. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXcCompetition.cpp"
  73. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXcRaceCar.cpp"
  74. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXcRaceTrack.cpp"
  75. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXcTextWriter.cpp"
  76. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXRaceX.cpp"
  77. ]
  78. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B3.tmp" 
  79. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B4.tmp" with contents
  80. [
  81. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/RaceX.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  82. "D:第三本书 VC游戏开发《-----------实例------------》第四章实例CH4-racex_srcRaceXStdAfx.cpp"
  83. ]
  84. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B4.tmp" 
  85. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B5.tmp" with contents
  86. [
  87. .AppLibDebugapplib.lib dxerr8.lib dxguid.lib dsound.lib ddraw.lib dinput8.lib kernel32.lib user32.lib gdi32.lib advapi32.lib shell32.lib uuid.lib winmm.lib ole32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/RaceX.pdb" /debug /machine:I386 /out:"Debug/RaceX.exe" /pdbtype:sept 
  88. ".DebugcCompetition.obj"
  89. ".DebugcRaceCar.obj"
  90. ".DebugcRaceTrack.obj"
  91. ".DebugcTextWriter.obj"
  92. ".DebugRaceX.obj"
  93. ".DebugStdAfx.obj"
  94. ".Debugracexres.res"
  95. ".AppLibDebugapplib.lib"
  96. ]
  97. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B5.tmp"
  98. <h3>Output Window</h3>
  99. Compiling resources...
  100. Compiling...
  101. StdAfx.cpp
  102. Compiling...
  103. cCompetition.cpp
  104. cRaceCar.cpp
  105. cRaceTrack.cpp
  106. cTextWriter.cpp
  107. RaceX.cpp
  108. Generating Code...
  109. Linking...
  110. <h3>Results</h3>
  111. RaceX.exe - 0 error(s), 0 warning(s)
  112. </pre>
  113. </body>
  114. </html>