shtoolbar.plg

来自「《Visual C++编程技巧典型案例解析:基础与应用篇(下)(含1CD-ROM」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: shToolBar - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "e:\temp\RSPA5.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/shToolBar.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Ivan\VC Example\shToolBar\MainFrm.cpp"
]
Creating command line "cl.exe @e:\temp\RSPA5.TMP" 
Creating temporary file "e:\temp\RSP00A6.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/shToolBar.pdb" /debug /machine:I386 /out:"Debug/shToolBar.exe" /pdbtype:sept 
".\Debug\MainFrm.obj"
".\Debug\shToolBar.obj"
".\Debug\shToolBarDoc.obj"
".\Debug\shToolBarView.obj"
".\Debug\StdAfx.obj"
".\Debug\shToolBar.res"
]
Creating command line "link.exe @e:\temp\RSP00A6.TMP"
<h3>Output Window</h3>
Compiling...
MainFrm.cpp
Linking...



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

⌨️ 快捷键说明

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