echoserver.plg

来自「SDK for development kit」· PLG 代码 · 共 52 行

PLG
52
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: EchoServer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/EchoServer.res" /d "NDEBUG" /d "_AFXDLL" "C:\Jobin's Works\Articles\Code Project\EchoServer\EchoServer.rc"" 
Creating temporary file "C:\DOCUME~1\JOBIN~1.WIL\LOCALS~1\Temp\RSP393.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/EchoServer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Jobin's Works\Articles\Code Project\EchoServer\EchoServer.cpp"
"C:\Jobin's Works\Articles\Code Project\EchoServer\EchoServerDlg.cpp"
"C:\Jobin's Works\Articles\Code Project\EchoServer\MyEchoSocket.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\JOBIN~1.WIL\LOCALS~1\Temp\RSP393.tmp" 
Creating temporary file "C:\DOCUME~1\JOBIN~1.WIL\LOCALS~1\Temp\RSP394.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/EchoServer.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Jobin's Works\Articles\Code Project\EchoServer\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\JOBIN~1.WIL\LOCALS~1\Temp\RSP394.tmp" 
Creating temporary file "C:\DOCUME~1\JOBIN~1.WIL\LOCALS~1\Temp\RSP395.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/EchoServer.pdb" /machine:I386 /out:"Release/EchoServer.exe" 
".\Release\EchoServer.obj"
".\Release\EchoServerDlg.obj"
".\Release\MyEchoSocket.obj"
".\Release\StdAfx.obj"
".\Release\EchoServer.res"
]
Creating command line "link.exe @C:\DOCUME~1\JOBIN~1.WIL\LOCALS~1\Temp\RSP395.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
EchoServer.cpp
EchoServerDlg.cpp
MyEchoSocket.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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