📄 chatserver.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ChatServer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/ChatServer.res" /d "NDEBUG" "D:\我的文档\网络编程\第5章\CHATSERVER\ChatServer.rc""
Creating temporary file "C:\DOCUME~1\lili\LOCALS~1\Temp\RSP52.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/ChatServer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\我的文档\网络编程\第5章\CHATSERVER\ChatServer.cpp"
"D:\我的文档\网络编程\第5章\CHATSERVER\ClientSocket.cpp"
"D:\我的文档\网络编程\第5章\CHATSERVER\ListeningSocket.cpp"
"D:\我的文档\网络编程\第5章\CHATSERVER\Msg.cpp"
"D:\我的文档\网络编程\第5章\CHATSERVER\PortDlg.cpp"
"D:\我的文档\网络编程\第5章\CHATSERVER\ServerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lili\LOCALS~1\Temp\RSP52.tmp"
Creating temporary file "C:\DOCUME~1\lili\LOCALS~1\Temp\RSP53.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/ChatServer.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\我的文档\网络编程\第5章\CHATSERVER\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lili\LOCALS~1\Temp\RSP53.tmp"
Creating temporary file "C:\DOCUME~1\lili\LOCALS~1\Temp\RSP54.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/ChatServer.pdb" /machine:I386 /out:"Release/ChatServer.exe"
".\Release\ChatServer.obj"
".\Release\ClientSocket.obj"
".\Release\ListeningSocket.obj"
".\Release\Msg.obj"
".\Release\PortDlg.obj"
".\Release\ServerDlg.obj"
".\Release\StdAfx.obj"
".\Release\ChatServer.res"
]
Creating command line "link.exe @C:\DOCUME~1\lili\LOCALS~1\Temp\RSP54.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChatServer.cpp
ClientSocket.cpp
ListeningSocket.cpp
Msg.cpp
PortDlg.cpp
ServerDlg.cpp
Generating Code...
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
<h3>Results</h3>
ChatServer.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -