snmptrap.plg
来自「HP公司的SNMP++的Win32版本源码」· PLG 代码 · 共 44 行
PLG
44 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: snmpTrap - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP102B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Fp".\Debug/snmpTrap.pch" /YX /Fo".\Debug/" /Fd".\Debug/" /FD /c
"C:\oo_snmp\consoleExamples\snmpTrap\snmpTraps.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP102B.tmp"
Creating temporary file "C:\TEMP\RSP102C.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\dll\debug\snmp_pp.lib /nologo /subsystem:console /incremental:yes /pdb:".\Debug/snmpTraps.pdb" /debug /machine:I386 /out:".\Debug/snmpTraps.exe"
.\Debug\snmpTraps.obj
]
Creating command line "link.exe @C:\TEMP\RSP102C.tmp"
Creating temporary file "C:\TEMP\RSP102D.bat" with contents
[
@echo off
copy ..\..\winsnmp\wsnmp32.dll Debug\wsnmp32.dll
copy ..\..\dll\debug\snmp_pp.dll Debug\snmp_pp.dll
]
Creating command line "C:\TEMP\RSP102D.bat"
Compiling...
snmpTraps.cpp
Linking...
Creating library .\Debug/snmpTraps.lib and object .\Debug/snmpTraps.exp
<h3>Output Window</h3>
Performing Custom Build Step on .\Debug\snmpTraps.exe
1 file(s) copied.
1 file(s) copied.
<h3>Results</h3>
snmpTraps.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?