mysniffer.plg
来自「sniffer_的小例子 个人觉得不错」· PLG 代码 · 共 28 行
PLG
28 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MySniffer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MySniffer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Microsoft Visual Studio\MyProjects\MySniffer\MySnifferDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B.tmp"
Creating command line "link.exe ws2_32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MySniffer.pdb" /debug /machine:I386 /out:"Debug/MySniffer.exe" /pdbtype:sept ".\Debug\MySniffer.obj" ".\Debug\MySnifferDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\MySniffer.res" "
<h3>Output Window</h3>
Compiling...
MySnifferDlg.cpp
Linking...
<h3>Results</h3>
MySniffer.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?