📄 demo.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Demo - Win32 Debug Static--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x410 /fo"Debug_Static/Demo.res" /d "_DEBUG" "D:\VC学习\TreeView\ShellTreeCtrl\Demo.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp" with contents
[
/nologo /MTd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug_Static/Demo.pch" /Yu"stdafx.h" /Fo"Debug_Static/" /Fd"Debug_Static/" /FD /GZ /c
"D:\VC学习\TreeView\ShellTreeCtrl\ChildView.cpp"
"D:\VC学习\TreeView\ShellTreeCtrl\Demo.cpp"
"D:\VC学习\TreeView\ShellTreeCtrl\MainFrm.cpp"
"D:\VC学习\TreeView\ShellTreeCtrl\ShellContextMenu.cpp"
"D:\VC学习\TreeView\ShellTreeCtrl\ShellPidl.cpp"
"D:\VC学习\TreeView\ShellTreeCtrl\ShellString.cpp"
"D:\VC学习\TreeView\ShellTreeCtrl\ShellTreeCtrl.cpp"
"D:\VC学习\TreeView\ShellTreeCtrl\WaitingTreeCtrl.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /MTd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug_Static/Demo.pch" /Yc"stdafx.h" /Fo"Debug_Static/" /Fd"Debug_Static/" /FD /GZ /c
"D:\VC学习\TreeView\ShellTreeCtrl\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug_Static/Demo.pdb" /debug /machine:I386 /out:"Debug_Static/Demo.exe" /pdbtype:sept
".\Debug_Static\ChildView.obj"
".\Debug_Static\Demo.obj"
".\Debug_Static\MainFrm.obj"
".\Debug_Static\ShellContextMenu.obj"
".\Debug_Static\ShellPidl.obj"
".\Debug_Static\ShellString.obj"
".\Debug_Static\ShellTreeCtrl.obj"
".\Debug_Static\StdAfx.obj"
".\Debug_Static\WaitingTreeCtrl.obj"
".\Debug_Static\Demo.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildView.cpp
Demo.cpp
MainFrm.cpp
ShellContextMenu.cpp
ShellPidl.cpp
ShellString.cpp
ShellTreeCtrl.cpp
WaitingTreeCtrl.cpp
Generating Code...
Linking...
<h3>Results</h3>
Demo.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -