netagent.plg
来自「网络转发器 用于运行在可以跨两个网段的机器上用来作为一个TCP应用层的一个桥」· PLG 代码 · 共 48 行
PLG
48 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: netAgent - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4A.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Release/netAgent.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"C:\wyy_app_server\serverPattern\netProxy Agent\common\consoleTxtWnd.cpp"
"C:\wyy_app_server\serverPattern\netProxy Agent\netAgent\envInit.cpp"
"C:\wyy_app_server\serverPattern\netProxy Agent\netAgent\netAgent.cpp"
"C:\wyy_app_server\serverPattern\netProxy Agent\netAgent\netAgentThread.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4A.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4B.tmp" with contents
[
/nologo /subsystem:console /incremental:no /pdb:"Release/netAgent.pdb" /machine:I386 /out:"../netAgent.exe"
".\Release\agentIni.obj"
".\Release\consoleTxtWnd.obj"
".\Release\envInit.obj"
".\Release\iniReader.obj"
".\Release\netAgent.obj"
".\Release\netAgentSocket.obj"
".\Release\netAgentThread.obj"
".\Release\StdAfx.obj"
".\Release\netAgent.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4B.tmp"
<h3>Output Window</h3>
Compiling...
consoleTxtWnd.cpp
envInit.cpp
netAgent.cpp
netAgentThread.cpp
Generating Code...
Linking...
<h3>Results</h3>
netAgent.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?