📄 chapter38.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Chapter38 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP9D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/Chapter38.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Kelly_L_Dempski.TECHLABS\Desktop\Book\code\Chapter38 (Timing)\BasicTimingApplication.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP9D.tmp"
Creating temporary file "C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP9E.tmp" with contents
[
d3dx8dt.lib d3d8.lib kernel32.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Chapter38.pdb" /debug /machine:I386 /out:"Debug/Chapter38.exe" /pdbtype:sept
".\Debug\Application.obj"
".\Debug\BasicTimingApplication.obj"
".\Debug\DirectXFont.obj"
".\Debug\Executable.obj"
]
Creating command line "link.exe @C:\DOCUME~1\KELLY_~1.TEC\LOCALS~1\Temp\RSP9E.tmp"
<h3>Output Window</h3>
Compiling...
BasicTimingApplication.cpp
Linking...
LINK : LNK6004: Debug/Chapter38.exe not found or not built by the last incremental link; performing full link
<h3>Results</h3>
Chapter38.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -