server.plg
来自「这是从网上down的关于vc的自学书籍希望对大家能有帮助 独乐乐 不如大家乐」· PLG 代码 · 共 49 行
PLG
49 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Server - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\TEMP\RSP4CB.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Server.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Books\17\E1702\Server\ClientSocket.cpp"
"C:\Books\17\E1702\Server\Msg.cpp"
"C:\Books\17\E1702\Server\Server.cpp"
"C:\Books\17\E1702\Server\ServerDlg.cpp"
"C:\Books\17\E1702\Server\ServerSocket.cpp"
]
Creating command line "cl.exe @D:\TEMP\RSP4CB.tmp"
Creating temporary file "D:\TEMP\RSP4CC.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Server.pdb" /debug /machine:I386 /out:"Debug/Server.exe" /pdbtype:sept
.\Debug\ClientSocket.obj
.\Debug\Msg.obj
.\Debug\Server.obj
.\Debug\ServerDlg.obj
.\Debug\ServerSocket.obj
.\Debug\StdAfx.obj
.\Debug\Server.res
]
Creating command line "link.exe @D:\TEMP\RSP4CC.tmp"
<h3>Output Window</h3>
Compiling...
Msg.cpp
ServerDlg.cpp
Generating Code...
Skipping... (no relevant changes detected)
ClientSocket.cpp
Server.cpp
ServerSocket.cpp
Linking...
<h3>Results</h3>
Server.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?