📄 racex.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: cMain - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B1.tmp" with contents
[
/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
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cApplication.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cHitChecker.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cInputDevice.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cKeyboard.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cMatrix.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cMessageHandler.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cMouse.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cMultiplayer.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cSound.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cSoundInterface.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cSprite.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cSurface.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cWavFile.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\AppLib\cWindow.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B1.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B2.tmp" with contents
[
/nologo /out:"Debug\applib.lib"
".\Debug\cApplication.obj"
".\Debug\cHitChecker.obj"
".\Debug\cInputDevice.obj"
".\Debug\cKeyboard.obj"
".\Debug\cMatrix.obj"
".\Debug\cMessageHandler.obj"
".\Debug\cMouse.obj"
".\Debug\cMultiplayer.obj"
".\Debug\cSound.obj"
".\Debug\cSoundInterface.obj"
".\Debug\cSprite.obj"
".\Debug\cSurface.obj"
".\Debug\cWavFile.obj"
".\Debug\cWindow.obj"
]
Creating command line "link.exe -lib @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B2.tmp"
<h3>Output Window</h3>
Compiling...
cApplication.cpp
cHitChecker.cpp
cInputDevice.cpp
cKeyboard.cpp
cMatrix.cpp
cMessageHandler.cpp
cMouse.cpp
cMultiplayer.cpp
cSound.cpp
cSoundInterface.cpp
cSprite.cpp
cSurface.cpp
cWavFile.cpp
cWindow.cpp
Creating library...
<h3>
--------------------Configuration: RaceX - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x416 /fo"Debug/racexres.res" /d "_DEBUG" "D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\racexres.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B3.tmp" with contents
[
/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
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\cCompetition.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\cRaceCar.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\cRaceTrack.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\cTextWriter.cpp"
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\RaceX.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B3.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B4.tmp" with contents
[
/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
"D:\第三本书 VC游戏开发\《-----------实例------------》\第四章实例\CH4-racex_src\RaceX\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B4.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B5.tmp" with contents
[
.\AppLib\Debug\applib.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
".\Debug\cCompetition.obj"
".\Debug\cRaceCar.obj"
".\Debug\cRaceTrack.obj"
".\Debug\cTextWriter.obj"
".\Debug\RaceX.obj"
".\Debug\StdAfx.obj"
".\Debug\racexres.res"
".\AppLib\Debug\applib.lib"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B5.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
cCompetition.cpp
cRaceCar.cpp
cRaceTrack.cpp
cTextWriter.cpp
RaceX.cpp
Generating Code...
Linking...
<h3>Results</h3>
RaceX.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -