wzd6.plg
来自「Visual C++下的界面设计」· PLG 代码 · 共 61 行
PLG
61 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: B8 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/Wzd.res" /d "_DEBUG" /d "_AFXDLL" "D:\电力\VC界面\练习\实例8\StudioStyle\Wzd.rc""
Creating temporary file "C:\TEMP\RSP68.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Wzd6.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\电力\VC界面\练习\实例8\StudioStyle\ChildFrm.cpp"
"D:\电力\VC界面\练习\实例8\StudioStyle\MainFrm.cpp"
"D:\电力\VC界面\练习\实例8\StudioStyle\Wzd.cpp"
"D:\电力\VC界面\练习\实例8\StudioStyle\WzdDoc.cpp"
"D:\电力\VC界面\练习\实例8\StudioStyle\WzdTlBar.cpp"
"D:\电力\VC界面\练习\实例8\StudioStyle\WzdView.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP68.tmp"
Creating temporary file "C:\TEMP\RSP69.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Wzd6.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\电力\VC界面\练习\实例8\StudioStyle\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP69.tmp"
Creating temporary file "C:\TEMP\RSP6A.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Wzd6.pdb" /debug /machine:I386 /out:"Debug/Wzd6.exe" /pdbtype:sept
".\Debug\ChildFrm.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Wzd.obj"
".\Debug\WzdDoc.obj"
".\Debug\WzdTlBar.obj"
".\Debug\WzdView.obj"
".\Debug\Wzd.res"
]
Creating command line "link.exe @C:\TEMP\RSP6A.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildFrm.cpp
MainFrm.cpp
Wzd.cpp
WzdDoc.cpp
WzdTlBar.cpp
WzdView.cpp
Generating Code...
Linking...
<h3>Results</h3>
Wzd6.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?