ex22.plg
来自「一些VC++的经典实例」· PLG 代码 · 共 36 行
PLG
36 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ex22 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\GUJIN\LOCALS~1\Temp\RSP6A.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ex22.pdb" /debug /machine:I386 /out:"Debug/ex22.exe" /pdbtype:sept
".\Debug\ChildFrm.obj"
".\Debug\CircleDlg.obj"
".\Debug\ex22.obj"
".\Debug\ex22Doc.obj"
".\Debug\ex22View.obj"
".\Debug\MainFrm.obj"
".\Debug\RectDlg.obj"
".\Debug\RectDoc.obj"
".\Debug\RectFrame.obj"
".\Debug\RectView.obj"
".\Debug\StdAfx.obj"
".\Debug\ex22.res"
]
Creating command line "link.exe @C:\DOCUME~1\GUJIN\LOCALS~1\Temp\RSP6A.tmp"
<h3>Output Window</h3>
Linking...
<h3>Results</h3>
ex22.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?