ctrldemo.plg

来自「MFC类库祥解, MFC类库祥解」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CtrlDemo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "G:\Temp\RSPFB.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/CtrlDemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\Projects\CtrlDemo\ChildView.cpp"
]
Creating command line "cl.exe @G:\Temp\RSPFB.tmp" 
Creating temporary file "G:\Temp\RSPFC.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/CtrlDemo.pdb" /debug /machine:I386 /out:"Debug/CtrlDemo.exe" /pdbtype:sept 
.\Debug\ChildView.obj
.\Debug\ControlBarEx.obj
.\Debug\CtrlDemo.obj
.\Debug\MainFrm.obj
.\Debug\StaticSplitterWnd.obj
.\Debug\StdAfx.obj
.\Debug\TabSheet.obj
.\Debug\CtrlDemo.res
.\Debug\ScrollWnd.obj
]
Creating command line "link.exe @G:\Temp\RSPFC.tmp"
<h3>Output Window</h3>
Compiling...
ChildView.cpp
Linking...



<h3>Results</h3>
CtrlDemo.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?