📄 ex21c.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ex21c - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/ex21c.res" /d "_DEBUG" /d "_AFXDLL" "F:\VC\VC技术内幕4\vc技术内幕(第四版)\ex21c\ex21c.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Fp"Debug/ex21c.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"F:\VC\VC技术内幕4\vc技术内幕(第四版)\ex21c\ex21c.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Fp"Debug/ex21c.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"F:\VC\VC技术内幕4\vc技术内幕(第四版)\ex21c\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp"
Creating command line "link.exe /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/ex21c.pdb" /debug /machine:I386 /def:".\ex21c.def" /out:"Debug/ex21c.dll" /implib:"Debug/ex21c.lib" /pdbtype:sept ".\Debug\ex21c.obj" ".\Debug\StdAfx.obj" ".\Debug\ex21c.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ex21c.cpp
Linking...
Creating library Debug/ex21c.lib and object Debug/ex21c.exp
<h3>Results</h3>
ex21c.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -